4 lines
52 B
Kotlin
Vendored
4 lines
52 B
Kotlin
Vendored
fun foo() {
|
|
var x = 1
|
|
val t = <caret>x + 1
|
|
} |