10797db588
Test for resolving fake overrides from binaries
9 lines
101 B
Kotlin
Vendored
9 lines
101 B
Kotlin
Vendored
package test
|
|
|
|
import dependency.B
|
|
|
|
fun test(b: B) {
|
|
b.<caret>f()
|
|
}
|
|
|
|
// REF: (in dependency.A).f() |