mirror of
https://github.com/Noratrieb/coldsquare.git
synced 2026-01-15 00:45:10 +01:00
parser seems to work kind of maybe
This commit is contained in:
parent
5d435a208c
commit
10f964a8f5
4 changed files with 45 additions and 27 deletions
11
testdata/Test2.java
vendored
Normal file
11
testdata/Test2.java
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
class Test2 {
|
||||
public static void main(String[] args) {
|
||||
int i = 0;
|
||||
i++;
|
||||
print(i);
|
||||
}
|
||||
|
||||
static void print(int i) {
|
||||
System.out.println(i);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue