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

8 lines
82 B
Plaintext
Vendored

class Test {
companion object
val bar = 1
}
fun Test.Companion.foo() {}