mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
8 lines
96 B
Kotlin
Vendored
8 lines
96 B
Kotlin
Vendored
import wrong.*
|
|
|
|
fun foo(x: ClassWithWrongAbiVersion) {
|
|
bar()
|
|
|
|
1.printStackTrace(2, 3)
|
|
}
|