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

7 lines
81 B
Plaintext
Vendored

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