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

8 lines
89 B
Plaintext

fun foo() {
object A {}
if (<caret>) {
"bbb"
}
val myClass = A
}