New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
5236858c20
commit
f752796408
@@ -1,2 +1,7 @@
|
||||
//expression
|
||||
new Foo();
|
||||
//class
|
||||
class Foo {}
|
||||
class Bar {
|
||||
void bar() {
|
||||
new Foo()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user