[AA FIR] support symbol restoring for static members
^KT-55487 Fixed
This commit is contained in:
committed by
Space Team
parent
f3c7972d20
commit
e476150025
@@ -0,0 +1,10 @@
|
||||
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
|
||||
// FILE: main.kt
|
||||
fun some() {
|
||||
JavaClass.f<caret>oo();
|
||||
}
|
||||
|
||||
// FILE: JavaClass.java
|
||||
public class JavaClass {
|
||||
public static void foo() {};
|
||||
}
|
||||
Reference in New Issue
Block a user