Create test for resolving with compiled kotlin dependency
Test for resolving fake overrides from binaries
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
import dependency.B
|
||||
|
||||
fun test(b: B) {
|
||||
b.<caret>f()
|
||||
}
|
||||
|
||||
// REF: (in dependency.A).f()
|
||||
Reference in New Issue
Block a user