Files
kotlin-fork/idea/idea-completion/testData/injava/SingleFileFacadeMembers.java
T
2015-09-09 21:20:35 +03:00

12 lines
190 B
Java
Vendored

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