Test completion of single file facades in java
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public class Testing {
|
||||
void f() {
|
||||
mockLib.foo.MainKt.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: topLevelFunction
|
||||
// EXIST: topLevelExtFunction
|
||||
// EXIST: getTopLevelVar
|
||||
// EXIST: setTopLevelVar
|
||||
|
||||
Reference in New Issue
Block a user