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
@@ -10,4 +10,5 @@ public class Testing {
|
|||||||
// EXIST: LibTrait
|
// EXIST: LibTrait
|
||||||
// EXIST: LibEnum
|
// EXIST: LibEnum
|
||||||
// EXIST: LibObject
|
// EXIST: LibObject
|
||||||
// EXIST: FooPackage
|
// EXIST: MainKt
|
||||||
|
// EXIST: AnotherKt
|
||||||
@@ -1,10 +1,9 @@
|
|||||||
public class Testing {
|
public class Testing {
|
||||||
public static void test() {
|
public static void test() {
|
||||||
mockLib.foo.FooPackage.<caret>
|
mockLib.foo.MainKt.<caret>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// EXIST: topLevelFunction
|
// EXIST: topLevelFunction
|
||||||
// EXIST: topLevelExtFunction
|
// EXIST: topLevelExtFunction
|
||||||
// EXIST: getTopLevelVar, setTopLevelVar
|
// EXIST: getTopLevelVar, setTopLevelVar
|
||||||
// EXIST: anotherTopLevelFunction
|
|
||||||
|
|||||||
Reference in New Issue
Block a user