Skip to content

Commit b57f8a9

Browse files
authored
Merge pull request swiftlang#79873 from DougGregor/astgen-method-keypath-stub
[ASTGen] Stub out support for method keypaths
2 parents 25369ae + ab1a64b commit b57f8a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ASTGen/Sources/ASTGen/Exprs.swift

+3
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,9 @@ extension ASTGenVisitor {
736736
additionalTrailingClosures: nil
737737
)
738738
).asExpr
739+
740+
case .method(_):
741+
fatalError("unimplemented")
739742
}
740743
}
741744

0 commit comments

Comments
 (0)