Files
kotlin-fork/idea/testData/completion/injava/TopLevelMembers.java
T
Evgeny Gerashchenko 8e442bc509 Moved test data.
2014-01-21 18:32:58 +04:00

11 lines
235 B
Java

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