mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Generate tests for resolving references to kotlin binaries from java in IDE
This commit is contained in:
7
idea/testData/resolve/referenceInJava/binaryAndSource/ObjectInstance.java
vendored
Normal file
7
idea/testData/resolve/referenceInJava/binaryAndSource/ObjectInstance.java
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
public class ObjectInstance {
|
||||
public static void foo() {
|
||||
k.KotlinObject.INSTANC<caret>E.f();
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (k).KotlinObject
|
||||
Reference in New Issue
Block a user