Skip to content

Commit 9a59f6c

Browse files
committed
Allow deinit and subscript as children of a DeclReferenceExpr
1 parent 705ca55 commit 9a59f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodeGeneration/Sources/SyntaxSupport/ExprNodes.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,8 @@ public let EXPR_NODES: [Node] = [
932932
.keyword(.self),
933933
.keyword(.Self),
934934
.keyword(.`init`),
935+
.keyword(.`deinit`),
936+
.keyword(.`subscript`),
935937
.token(.dollarIdentifier),
936938
.token(.binaryOperator),
937939
.token(.integerLiteral),

0 commit comments

Comments
 (0)