Fix test data for completion in java of source/compiled kotlin

(cherry picked from commit 83f2625)
This commit is contained in:
Pavel V. Talanov
2015-10-16 20:35:11 +03:00
committed by Dmitry Petrov
parent f227908151
commit 4f5f5fc3b9
2 changed files with 3 additions and 3 deletions
@@ -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 -2
View File
@@ -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