Test for completion of kotlin binaries in java.
This commit is contained in:
committed by
Pavel V. Talanov
parent
816e9975ad
commit
e4b9c7fd40
@@ -0,0 +1,10 @@
|
||||
public class Testing {
|
||||
public static void test() {
|
||||
mockLib.foo.FooPackage.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: topLevelFunction
|
||||
// EXIST: topLevelExtFunction
|
||||
// EXIST: getTopLevelVar, setTopLevelVar
|
||||
// EXIST: anotherTopLevelFunction
|
||||
Reference in New Issue
Block a user