[FIR] Make FirAnnotationCall resolvable
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ffd30566be
commit
614291b2cc
+1
-1
@@ -83,7 +83,7 @@ object FirTreeBuilder : AbstractFirTreeBuilder() {
|
||||
val typeProjectionWithVariance = element("TypeProjectionWithVariance", TypeRef, typeProjection)
|
||||
val argumentList = element("ArgumentList", Expression)
|
||||
val call = element("Call", Expression, statement) // TODO: may smth like `CallWithArguments` or `ElementWithArguments`?
|
||||
val annotationCall = element("AnnotationCall", Expression, expression, call)
|
||||
val annotationCall = element("AnnotationCall", Expression, expression, call, resolvable)
|
||||
val comparisonExpression = element("ComparisonExpression", Expression, expression)
|
||||
val typeOperatorCall = element("TypeOperatorCall", Expression, expression, call)
|
||||
val assignmentOperatorStatement = element("AssignmentOperatorStatement", Expression, statement)
|
||||
|
||||
Reference in New Issue
Block a user