New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
5236858c20
commit
f752796408
+2
-1
@@ -1,4 +1,5 @@
|
||||
// ERROR: Unresolved reference: Foo
|
||||
internal class Foo(a: Int, b: Int)
|
||||
|
||||
internal class C {
|
||||
var f = Foo(1, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user