This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
15d9ead
commit 6704b62
Showing
6 changed files
with
264 additions
and
68 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
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
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,19 @@ | ||
void main() | ||
{ | ||
foo. | ||
|
||
bar(); | ||
} | ||
|
||
void main() | ||
{ | ||
foo.bar | ||
|
||
bar(); | ||
} | ||
|
||
__EOF__ | ||
19 other | ||
51 other | ||
52 other | ||
54 other |
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,52 @@ | ||
// ugly indents in this file to make sure there is whitespace at these locations | ||
|
||
void main() | ||
{ | ||
foo(); | ||
|
||
bar(); | ||
} | ||
|
||
void foo() | ||
{ | ||
bar(); | ||
|
||
} | ||
|
||
void bar() | ||
{ | ||
} | ||
|
||
void main() | ||
{ | ||
foo(); | ||
|
||
half | ||
|
||
bar(); | ||
} | ||
|
||
void main() | ||
{ | ||
foo(); | ||
|
||
while | ||
|
||
bar(); | ||
} | ||
|
||
__EOF__ | ||
106 method | ||
140 method | ||
158 method | ||
186 method | ||
188 method | ||
190 method | ||
191 other | ||
227 method | ||
230 method | ||
232 method | ||
233 other | ||
|
||
101 value | ||
102 other |
Oops, something went wrong.