6 lines
86 B
Kotlin
Vendored
6 lines
86 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class Test {
|
|
fun test() {
|
|
var x<caret> = 1
|
|
}
|
|
} |