Support DefaultImpls in light-classes and indices

#KT-4647 Fixed
This commit is contained in:
Denis Zharkov
2015-09-29 13:27:00 +03:00
parent 8b8fa40348
commit 22d58239e3
13 changed files with 192 additions and 7 deletions
@@ -0,0 +1,8 @@
import static mockLib.foo.MyInterface.DefaultImpls.*;
public class Testing {
public static void test() {
f<caret>
}
}
// EXIST: foo