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

5 lines
63 B
Plaintext

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