716036a000
#KT-35604 Fixed
4 lines
79 B
Kotlin
Vendored
4 lines
79 B
Kotlin
Vendored
// "Make 'Foo' not open" "true"
|
|
<caret>open object Foo {
|
|
fun a(): Int = 1
|
|
} |