7 lines
315 B
Plaintext
Vendored
7 lines
315 B
Plaintext
Vendored
compiler/testData/cli/jvm/twoDiagnosticsOnSingleElement.kt:11:1: error: class 'C' is not abstract and does not implement abstract member 'foo'.
|
|
class C : I1, I2
|
|
^
|
|
compiler/testData/cli/jvm/twoDiagnosticsOnSingleElement.kt:11:1: error: 'C' inherits conflicting members: foo, foo.
|
|
class C : I1, I2
|
|
^
|
|
COMPILATION_ERROR |