Skip to content

Commit da3856c

Browse files
authored
Merge pull request #41369 from haikusw/patch-1
Update what seems like an outdated comment
2 parents 211ee70 + 6e226ba commit da3856c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/swift/AST/ASTNode.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212
//
13-
// This file defines the ASTNode, which is a union of Stmt, Expr, and Decl.
13+
// This file defines the ASTNode, which is a union of Stmt, Expr, Decl,
14+
// Pattern, TypeRepr, StmtCondition, and CaseLabelItem.
1415
//
1516
//===----------------------------------------------------------------------===//
1617

0 commit comments

Comments
 (0)