[FIR] Render error properties and function in FirRenderer
This commit is contained in:
committed by
Space Team
parent
5beec6b543
commit
4c6b6dd700
@@ -319,6 +319,16 @@ class FirRenderer(
|
||||
propertyAccessorRenderer?.render(property)
|
||||
}
|
||||
|
||||
override fun visitErrorProperty(errorProperty: FirErrorProperty) {
|
||||
print("<ERROR PROPERTY: ${errorProperty.diagnostic.reason}>")
|
||||
printer.newLine()
|
||||
}
|
||||
|
||||
override fun visitErrorFunction(errorFunction: FirErrorFunction) {
|
||||
print("<ERROR FUNCTION: ${errorFunction.diagnostic.reason}>")
|
||||
printer.newLine()
|
||||
}
|
||||
|
||||
override fun visitBackingField(backingField: FirBackingField) {
|
||||
modifierRenderer?.renderModifiers(backingField)
|
||||
print("<explicit backing field>: ")
|
||||
|
||||
Reference in New Issue
Block a user