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

11 lines
109 B
Plaintext

fun foo() {
if (<caret>) {
fun test() {}
"aaa"
test()
}
val a = "ss"
}