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