[FIR] Improve rendering of override related diagnostics
Render symbols completely and add containing declaration.
This commit is contained in:
committed by
Space Team
parent
1238f081b7
commit
1626057f75
@@ -1,7 +1,7 @@
|
||||
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.
|
||||
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
|
||||
Reference in New Issue
Block a user