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

6 lines
91 B
Kotlin
Vendored

fun foo() {
<selection>object A {}
"bbb"</selection>
val myClass = A
}