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