Skip to content

Commit 57f54dd

Browse files
authored
Merge pull request #30294 from CodaFi/order-up
2 parents 64864c2 + 4c74c07 commit 57f54dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/SwiftObject.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1520,8 +1520,8 @@ void swift_objc_swift3ImplicitObjCEntrypoint(id self, SEL selector,
15201520
RuntimeErrorDetails::FixIt fixit = {
15211521
.filename = nullTerminatedFilename,
15221522
.startLine = line,
1523-
.endLine = line,
15241523
.startColumn = column,
1524+
.endLine = line,
15251525
.endColumn = column,
15261526
.replacementText = "@objc "
15271527
};

0 commit comments

Comments
 (0)