New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
5236858c20
commit
f752796408
@@ -1 +1,6 @@
|
||||
Foo(param)
|
||||
internal class Foo(a: Int, b: Int) {
|
||||
|
||||
fun foo() {
|
||||
val f = Foo(1, 2)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user