Files
kotlin-fork/idea/testData/codeInsight/surroundWith/parentheses/inIf.kt
T
2013-02-18 17:00:03 +04:00

5 lines
77 B
Kotlin

fun foo() {
val a = "test"
if (<selection>a == "t"</selection>) {}
}