Skip to content

Commit cfa6077

Browse files
Funny test diff
1 parent 1c7e9c2 commit cfa6077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hkmc2/shared/src/test/mlscript/backlog/ToTriage.mls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,10 @@ if Foo(1, 2, 3) is Foo(a, b, c) then [a, b, c]
419419

420420
if Foo(1, 2, 3) is Foo(arg) then arg
421421
//│ ╔══[ERROR] the constructor does not take any arguments but found 1
422-
//│ ║ l.421: if Foo(1, 2, 3) is Foo(arg) then arg
422+
//│ ║ l.420: if Foo(1, 2, 3) is Foo(arg) then arg
423423
//│ ╙── ^^^^^^^^
424424
//│ ╔══[ERROR] Name not found: arg
425-
//│ ║ l.421: if Foo(1, 2, 3) is Foo(arg) then arg
425+
//│ ║ l.420: if Foo(1, 2, 3) is Foo(arg) then arg
426426
//│ ╙── ^^^
427427
//│ /!!!\ Uncaught error: scala.NotImplementedError: an implementation is missing
428428

0 commit comments

Comments
 (0)