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

8 lines
100 B
Plaintext
Vendored

class Test {
companion object;<caret>
private fun test() {}
}
fun Test.Companion.foo() {}