mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Expr/AST] Add unresolvedApply component to handle method arguments.
This commit is contained in:
@@ -485,6 +485,7 @@ ASTWalker::PreWalkResult<Expr *> SemaAnnotator::walkToExprPre(Expr *E) {
|
||||
case KeyPathExpr::Component::Kind::Invalid:
|
||||
case KeyPathExpr::Component::Kind::UnresolvedMember:
|
||||
case KeyPathExpr::Component::Kind::UnresolvedSubscript:
|
||||
case KeyPathExpr::Component::Kind::UnresolvedApply:
|
||||
case KeyPathExpr::Component::Kind::OptionalChain:
|
||||
case KeyPathExpr::Component::Kind::OptionalWrap:
|
||||
case KeyPathExpr::Component::Kind::OptionalForce:
|
||||
|
||||
Reference in New Issue
Block a user