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

9 lines
131 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo() {
val a = if(true) {
<selection>"aaa"</selection>
} else {
"bbb"
}
}