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

9 lines
96 B
Plaintext

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