e476150025
^KT-55487 Fixed
11 lines
175 B
Kotlin
Vendored
11 lines
175 B
Kotlin
Vendored
// 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() {};
|
|
}
|