Files
kotlin/idea/testData/codeInsight/surroundWith/tryCatchFinallyExpression/singleExpression.kt
2017-09-12 18:27:47 +03:00

3 lines
54 B
Kotlin
Vendored

fun foo() {
val a = <selection>"aaa"</selection>
}