Fix test data for completion in java of source/compiled kotlin
(cherry picked from commit 83f2625)
This commit is contained in:
committed by
Dmitry Petrov
parent
f227908151
commit
4f5f5fc3b9
@@ -1,10 +1,9 @@
|
||||
public class Testing {
|
||||
public static void test() {
|
||||
mockLib.foo.FooPackage.<caret>
|
||||
mockLib.foo.MainKt.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: topLevelFunction
|
||||
// EXIST: topLevelExtFunction
|
||||
// EXIST: getTopLevelVar, setTopLevelVar
|
||||
// EXIST: anotherTopLevelFunction
|
||||
|
||||
Reference in New Issue
Block a user