4 lines
102 B
Kotlin
4 lines
102 B
Kotlin
// "Create class 'Foo'" "false"
|
|
// ERROR: Unresolved reference: Foo
|
|
|
|
fun test() = J.<caret>Foo(2, "2") |