mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +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:
7
idea/testData/resolve/referenceInJava/Getter.java
Normal file
7
idea/testData/resolve/referenceInJava/Getter.java
Normal file
@@ -0,0 +1,7 @@
|
||||
public class Getter {
|
||||
public static void foo(k.Class c) {
|
||||
c.get<caret>Prop();
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (k.Class).prop
|
||||
Reference in New Issue
Block a user