5 lines
75 B
Kotlin
Vendored
5 lines
75 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(c: JavaClass) {
|
|
<caret>c.bar1()
|
|
c.bar2()
|
|
} |