Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
adampauls committed Feb 13, 2022
1 parent 45134bf commit ff1a73b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/neg/t5702-neg-bad-brace.check
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-- [E032] Syntax Error: tests/neg/t5702-neg-bad-brace.scala:14:21 ------------------------------------------------------
14 | case List(1, _*} => // error
| ^
| pattern expected
|
| longer explanation available when compiling with `-explain`
-- [E040] Syntax Error: tests/neg/t5702-neg-bad-brace.scala:17:0 -------------------------------------------------------
17 |} // error
-- [E032] Syntax Error: tests/neg/t5702-neg-bad-brace.scala:8:21 -------------------------------------------------------
8 | case List(1, _*} => // error: pattern expected
| ^
| pattern expected
|
| longer explanation available when compiling with `-explain`
-- [E040] Syntax Error: tests/neg/t5702-neg-bad-brace.scala:11:0 -------------------------------------------------------
11 |} // error: eof expected, but '}' found
|^
|eof expected, but '}' found

0 comments on commit ff1a73b

Please sign in to comment.