8 lines
107 B
Kotlin
8 lines
107 B
Kotlin
// "Create class 'Foo'" "true"
|
|
// ERROR: Unresolved reference: Foo
|
|
|
|
fun test() {
|
|
val a = J().Foo(2)
|
|
}
|
|
|