Skip to content

Commit ab1a64b

Browse files
committed
[ASTGen] Stub out support for method keypaths
1 parent 0d66f84 commit ab1a64b

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)