blob: 2ba46d4fc778985a6de00e072206e8c464e5e660 [file]
compiler/testData/cli/jvm/twoDiagnosticsOnSingleElement.kt:11:1: error: class 'C' is not abstract and does not implement abstract members:
fun <T> foo(): Unit
fun foo(): Unit
class C : I1, I2
^^^^^^^
compiler/testData/cli/jvm/twoDiagnosticsOnSingleElement.kt:11:1: error: 'C' inherits conflicting members: 'fun <T> foo(): Unit' defined in 'test.I1', 'fun foo(): Unit' defined in 'test.I2'.
class C : I1, I2
^^^^^^^
COMPILATION_ERROR