-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |