Files
kotlin-fork/idea/testData/codeInsight/surroundWith/tryCatch/moveDeclarationsOutSingleStatement.kt
T
2018-12-13 12:36:02 +03:00

5 lines
71 B
Kotlin
Vendored

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