5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
fun foo() {
|
|
val a = "test"
|
|
|
|
if ((a == "t")<caret>) {}
|
|
} |