Test reference resolve from Java to Kotlin
Cases cover the most basic features Sadly it was missing before
This commit is contained in:
@@ -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