5 lines
72 B
Plaintext
Vendored
5 lines
72 B
Plaintext
Vendored
// "Make class open" "true"
|
|
open class C {
|
|
protected fun foo() {}
|
|
}
|