Files
kotlin-fork/idea/testData/codeInsight/surroundWith/ifElseExpression/paranthesized.kt
T
2017-09-12 18:27:47 +03:00

3 lines
50 B
Kotlin
Vendored

fun foo() {
<selection>"aaa"</selection> + 1
}