8 lines
120 B
Plaintext
Vendored
8 lines
120 B
Plaintext
Vendored
interface B: A {
|
|
public override fun foo() {
|
|
throw UnsupportedOperationException()
|
|
}
|
|
}
|
|
|
|
class D: C() {
|
|
} |