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