Skip to content

Commit ff1a73b

Browse files
committed
Oops
1 parent 45134bf commit ff1a73b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/neg/t5702-neg-bad-brace.check

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
-- [E032] Syntax Error: tests/neg/t5702-neg-bad-brace.scala:14:21 ------------------------------------------------------
2-
14 | case List(1, _*} => // error
3-
| ^
4-
| pattern expected
5-
|
6-
| longer explanation available when compiling with `-explain`
7-
-- [E040] Syntax Error: tests/neg/t5702-neg-bad-brace.scala:17:0 -------------------------------------------------------
8-
17 |} // error
1+
-- [E032] Syntax Error: tests/neg/t5702-neg-bad-brace.scala:8:21 -------------------------------------------------------
2+
8 | case List(1, _*} => // error: pattern expected
3+
| ^
4+
| pattern expected
5+
|
6+
| longer explanation available when compiling with `-explain`
7+
-- [E040] Syntax Error: tests/neg/t5702-neg-bad-brace.scala:11:0 -------------------------------------------------------
8+
11 |} // error: eof expected, but '}' found
99
|^
1010
|eof expected, but '}' found

0 commit comments

Comments
 (0)