Files
kotlin-fork/idea/idea-completion/testData/injava/SingleFileFacadeMembers.java
T
2019-07-12 16:33:51 +03:00

11 lines
189 B
Java
Vendored

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