Skip to content

Commit 05d5d5f

Browse files
meg-guptaahoppen
andauthored
Update Sources/SwiftParser/Expressions.swift
Co-authored-by: Alex Hoppen <[email protected]>
1 parent 6def2b3 commit 05d5d5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/SwiftParser/Expressions.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,7 @@ extension Parser {
457457
arena: self.arena
458458
)
459459
)
460-
case (._borrow, let handle)?:
461-
fallthrough
462-
case (.borrow, let handle)?:
460+
case (._borrow, let handle)?, (.borrow, let handle)?:
463461
if !atContextualExpressionModifier() {
464462
break EXPR_PREFIX
465463
}

0 commit comments

Comments
 (0)