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

5 lines
75 B
Kotlin
Vendored

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