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

9 lines
103 B
Kotlin
Vendored

fun foo() {
<selection>
fun test() {}
"aaa"
test()
</selection>
val a = "ss"
}