Files
kotlin-fork/idea/testData/refactoring/moveHandler/declarations/objectLiteral/test.kt
T
Alexey Sedunov a21f19d613 Move: Use Kotlin declaration mover to handle KtFile
IDEA-provided file mover does not process conflicts

 #KT-13911 Fixed
2017-03-22 13:36:08 +03:00

7 lines
68 B
Kotlin
Vendored

open class A
fun foo() {
val o = <caret>object : A() {
}
}