5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
fun foo() {
|
|
val a = "test"
|
|
|
|
if (<selection>a == "t"</selection>) {}
|
|
} |