mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
Generate tests for resolving references to kotlin binaries from java in IDE
This commit is contained in:
9
idea/testData/resolve/referenceInJava/sourceOnly/DelegatedMethodFromTraitNoImpl.java
vendored
Normal file
9
idea/testData/resolve/referenceInJava/sourceOnly/DelegatedMethodFromTraitNoImpl.java
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import k.*;
|
||||
|
||||
public class Test {
|
||||
public static void bar(TraitWithDelegatedNoImpl some) {
|
||||
some.<caret>foo();
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (in k.TraitNoImpl).foo()
|
||||
Reference in New Issue
Block a user