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

9 lines
96 B
Plaintext
Vendored

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