Files
kotlin-fork/idea/testData/quickfix/modifiers/openCompanionObject2.kt.after
T
2019-12-27 15:38:32 +03:00

6 lines
101 B
Plaintext
Vendored

// "Make 'Foo' not open" "true"
class A {
companion object Foo {
fun a(): Int = 1
}
}