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

7 lines
81 B
Plaintext

fun foo() {
fun test() {}
if (<caret>) {
"aaa"
}
test()
}