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

8 lines
92 B
Plaintext
Vendored

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