Skip to content

Commit 3f3bd01

Browse files
committed
change error code from 183 to 186 in checkfile
1 parent 03a2ae0 commit 3f3bd01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/neg/i17738-toplevel-infix.check

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
-- [E183] Syntax Error: tests/neg/i17738-toplevel-infix.scala:13:10 ----------------------------------------------------
1+
-- [E186] Syntax Error: tests/neg/i17738-toplevel-infix.scala:13:10 ----------------------------------------------------
22
13 |infix val toplevelVal = ??? // error
33
| ^
44
| a toplevel val cannot be infix
5-
-- [E183] Syntax Error: tests/neg/i17738-toplevel-infix.scala:14:10 ----------------------------------------------------
5+
-- [E186] Syntax Error: tests/neg/i17738-toplevel-infix.scala:14:10 ----------------------------------------------------
66
14 |infix var toplevelVar = ??? // error
77
| ^
88
| a toplevel var cannot be infix
9-
-- [E183] Syntax Error: tests/neg/i17738-toplevel-infix.scala:15:10 ----------------------------------------------------
9+
-- [E186] Syntax Error: tests/neg/i17738-toplevel-infix.scala:15:10 ----------------------------------------------------
1010
15 |infix def toplevelDef = ??? // error
1111
| ^
1212
| a toplevel def cannot be infix
13-
-- [E183] Syntax Error: tests/neg/i17738-toplevel-infix.scala:16:12 ----------------------------------------------------
13+
-- [E186] Syntax Error: tests/neg/i17738-toplevel-infix.scala:16:12 ----------------------------------------------------
1414
16 |infix given toplevelGiven: Int = ??? // error
1515
| ^
1616
| a toplevel given cannot be infix
17-
-- [E183] Syntax Error: tests/neg/i17738-toplevel-infix.scala:17:19 ----------------------------------------------------
17+
-- [E186] Syntax Error: tests/neg/i17738-toplevel-infix.scala:17:19 ----------------------------------------------------
1818
17 |infix implicit val topevelImplicit: Int = ??? // error
1919
| ^
2020
| a toplevel val cannot be infix

0 commit comments

Comments
 (0)