716036a000
#KT-35604 Fixed
6 lines
101 B
Plaintext
Vendored
6 lines
101 B
Plaintext
Vendored
// "Make 'Foo' not open" "true"
|
|
class A {
|
|
companion object Foo {
|
|
fun a(): Int = 1
|
|
}
|
|
} |