[VISUALIZER] Allow to render all calls at unary expresion in fir
This commit is contained in:
committed by
TeamCityServer
parent
84d4a0609f
commit
685f599c82
+1
-1
@@ -215,7 +215,7 @@ class FirVisualizer(private val firFile: FirFile) : BaseRenderer() {
|
|||||||
expression.baseExpression?.accept(this)
|
expression.baseExpression?.accept(this)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
expression.firstOfTypeWithLocalReplace<FirFunctionCall>(expression.operationReference) { this.calleeReference.name.asString() }
|
expression.allOfTypeWithLocalReplace<FirFunctionCall>(expression.operationReference) { this.calleeReference.name.asString() }
|
||||||
super.visitUnaryExpression(expression)
|
super.visitUnaryExpression(expression)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user