Change Signature: Processing of non-Kotlin usages
#KT-5810 Fixed #KT-4187 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import static _DefaultPackage.foo;
|
||||
|
||||
class J {
|
||||
void test() {
|
||||
foo(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user