New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
5236858c20
commit
f752796408
@@ -1,2 +1,9 @@
|
||||
//expression
|
||||
new Foo(param1, param2);
|
||||
//class
|
||||
class Foo {
|
||||
Foo(int a, int b) {
|
||||
}
|
||||
|
||||
void foo() {
|
||||
Foo f = new Foo(1, 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user