5 lines
64 B
Kotlin
5 lines
64 B
Kotlin
import wrong.*
|
|
|
|
fun foo(x: ClassWithWrongAbiVersion) {
|
|
bar()
|
|
} |