4 lines
49 B
Plaintext
Vendored
4 lines
49 B
Plaintext
Vendored
abstract class Foo {
|
|
open fun bar() {
|
|
}
|
|
} |