Skip to content

Commit c1ba7db

Browse files
committed
fix - not a valid case
1 parent a9614be commit c1ba7db

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

tests/Original/514-added-semicolon.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ $j->first(fn($a) => $a === 1)
77
?? 1;
88

99
$j->first(fn($a) => $a === 1)
10-
< 1;
11-
12-
$j->first(fn($a) => $a === 1)
13-
??= 1;
10+
< 1;

tests/Original/514-added-semicolon.out

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ $j->first(fn($a) => $a === 2) ?? 3;
66
$j->first(fn($a) => $a === 1) ?? 1;
77

88
$j->first(fn($a) => $a === 1)
9-
< 1;
10-
11-
$j->first(fn($a) => $a === 1) ??= 1;
9+
< 1;

0 commit comments

Comments
 (0)