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:
6
idea/testData/resolve/referenceInJava/binaryAndSource/Class.java
vendored
Normal file
6
idea/testData/resolve/referenceInJava/binaryAndSource/Class.java
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
public class Class {
|
||||
public static k.Cla<caret>ss foo() {
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (k).Class
|
||||
Reference in New Issue
Block a user