e476150025
^KT-55487 Fixed
11 lines
179 B
Kotlin
Vendored
11 lines
179 B
Kotlin
Vendored
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
|
|
// FILE: main.kt
|
|
fun some() {
|
|
JavaClass.f<caret>ield;
|
|
}
|
|
|
|
// FILE: JavaClass.java
|
|
public class JavaClass {
|
|
public static int field = 1;
|
|
}
|