Tests for kotlin nested class members completion from java

This commit is contained in:
Pavel V. Talanov
2014-12-03 18:46:46 +03:00
parent 56e3983dc9
commit eb1feeb480
6 changed files with 76 additions and 1 deletions
@@ -0,0 +1,8 @@
public class Testing {
public static void test(mockLib.foo.LibClass p) {
p.getNested().<caret>
}
}
// EXIST: getValInNested
// EXIST: funInNested