mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Test reference resolve from Java to Kotlin
Cases cover the most basic features Sadly it was missing before
This commit is contained in:
6
idea/testData/resolve/referenceInJava/Class.java
Normal file
6
idea/testData/resolve/referenceInJava/Class.java
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