5 lines
76 B
Plaintext
Vendored
5 lines
76 B
Plaintext
Vendored
// "Make 'A' 'open'" "true"
|
|
open class A() {
|
|
<caret>open fun foo() {}
|
|
}
|