Files
kotlin-fork/idea/testData/intentions/removeEmptyClassBody/innerClass.kt
T

3 lines
38 B
Kotlin
Vendored

object Foo {
class Bar {}<caret>
}