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

8 lines
99 B
Kotlin
Vendored

class Test {
companion object Foo <caret>{}
inline fun test() {}
}
fun Test.Foo.foo() {}