[FIR] Improve symbol rendering in *_NOT_IMPLEMENTED diagnostics
This commit is contained in:
committed by
Space Team
parent
44a4498ee5
commit
2613a337ae
@@ -1,4 +1,4 @@
|
||||
compiler/testData/cli/jvm/twoDiagnosticsOnSingleElement.kt:11:1: error: 'Class C' is not abstract and does not implement abstract member 'foo'.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user