[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/internalArgEnableLanguageFeature.kt:9:1: error: 'Class Impl' overrides 'var' property 'a' with inherited 'val' property 'public final val /Open.a: kotlin/String
|
||||
compiler/testData/cli/jvm/internalArgEnableLanguageFeature.kt:9:1: error: class 'Impl' overrides 'var' property 'a' with inherited 'val' property 'public final val /Open.a: kotlin/String
|
||||
public get(): kotlin/String'.
|
||||
class Impl : Open(), Interface
|
||||
^
|
||||
|
||||
Reference in New Issue
Block a user