Files
kotlin-fork/compiler/testData/cli/jvm/wrongAbiVersion.kt
T
Alexander Udalov 2b269b2652 Improve ABI version error reporting in the compiler
- only report ABI errors if there's at least one other error
- append additional helpful information to the "unresolved reference" error
2015-09-16 01:44:27 +03:00

8 lines
84 B
Kotlin
Vendored

import wrong.*
fun foo(x: ClassWithWrongAbiVersion) {
bar()
1.set(2, 3)
}