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

8 lines
84 B
Plaintext
Vendored

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