-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99b61a6
commit 60c38c5
Showing
4 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
final map = { | ||
'hi': 1, | ||
}; | ||
--- | ||
|
||
[Content] = | ||
[Domain] = 0:14-2:3 | ||
>- | ||
0| final map = { | ||
1| 'hi': 1, | ||
2| }; | ||
---< | ||
|
||
[Removal] = 0:13-2:3 | ||
>-- | ||
0| final map = { | ||
1| 'hi': 1, | ||
2| }; | ||
---< | ||
|
||
[Leading delimiter] = 0:13-0:14 | ||
>-< | ||
0| final map = { | ||
|
||
[Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
foo() { | ||
if (true) { } | ||
if (true) {} | ||
|
||
final list = [1,2,3]; | ||
final list = [1, 2, 3]; | ||
|
||
final map = { | ||
'hi': 1, | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters