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
+1 -2
View File
@@ -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