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

6 lines
65 B
Plaintext
Vendored

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