Skip to content

Commit c2146af

Browse files
committed
[ASTGen] Fix SendingTypeRepr specifier location
1 parent bc668b6 commit c2146af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ASTGen/Sources/ASTGen/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ extension ASTGenVisitor {
426426
type = BridgedSendingTypeRepr.createParsed(
427427
self.ctx,
428428
base: type,
429-
specifierLoc: constLoc
429+
specifierLoc: sendingLoc
430430
).asTypeRepr
431431
}
432432

0 commit comments

Comments
 (0)