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

3 lines
40 B
Plaintext

fun foo() {
val a = (1 + 2)<caret>
}