4 lines
72 B
Plaintext
Vendored
4 lines
72 B
Plaintext
Vendored
// "Make 'foo' not open" "true"
|
|
open class A {
|
|
inline fun foo() {}
|
|
} |