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 Method {
|
||||
public static void foo() {
|
||||
(new k.Class()).f<caret>unction();
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (in k.Class).function()
|
||||
Reference in New Issue
Block a user