0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
trait B: A {
|
|
public override fun foo() {
|
|
throw UnsupportedOperationException()
|
|
}
|
|
}
|
|
|
|
class D: C() {
|
|
} |