Support DefaultImpls in light-classes and indices
#KT-4647 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import static mockLib.foo.MyInterface.DefaultImpls.*;
|
||||
public class Testing {
|
||||
public static void test() {
|
||||
f<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: foo
|
||||
Reference in New Issue
Block a user