2b269b2652
- only report ABI errors if there's at least one other error - append additional helpful information to the "unresolved reference" error
8 lines
84 B
Kotlin
Vendored
8 lines
84 B
Kotlin
Vendored
import wrong.*
|
|
|
|
fun foo(x: ClassWithWrongAbiVersion) {
|
|
bar()
|
|
|
|
1.set(2, 3)
|
|
}
|