[FIR] Fix generated name for FirErrorNameReferenceImpl
This commit is contained in:
+1
-1
@@ -522,7 +522,7 @@ object ImplementationConfigurator : AbstractFirTreeImplementationConfigurator()
|
||||
}
|
||||
|
||||
impl(errorNamedReference) {
|
||||
default("name", "Name.special(\"<\$diagnostic.reason>\")")
|
||||
default("name", "Name.special(\"<\${diagnostic.reason}>\")")
|
||||
defaultNull("candidateSymbol", withGetter = true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user