Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSemicolon/companionWithName.kt.after
T

7 lines
88 B
Plaintext
Vendored

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