File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments