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

8 lines
92 B
Kotlin
Vendored

class Test {
companion object <caret>{}
val bar = 1
}
fun Test.Companion.foo() {}