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