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

8 lines
89 B
Plaintext
Vendored

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