Files
kotlin/idea/testData/codeInsight/surroundWith/if/moveDeclarationsOut/function/localFun.kt
2013-02-21 15:30:26 +04:00

7 lines
86 B
Kotlin
Vendored

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