bbe1aa61af
^KT-54311 ^KT-54311
8 lines
104 B
Kotlin
Vendored
8 lines
104 B
Kotlin
Vendored
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
|
|
|
|
class A(val abc: Int) {
|
|
fun check() {
|
|
a<caret>bc
|
|
}
|
|
}
|