Files
kotlin-fork/idea/idea-completion/testData/injava/TopLevelMembers.java
T
Pavel V. Talanov 4f5f5fc3b9 Fix test data for completion in java of source/compiled kotlin
(cherry picked from commit 83f2625)
2015-10-19 16:03:21 +03:00

10 lines
197 B
Java
Vendored

public class Testing {
public static void test() {
mockLib.foo.MainKt.<caret>
}
}
// EXIST: topLevelFunction
// EXIST: topLevelExtFunction
// EXIST: getTopLevelVar, setTopLevelVar