summaryrefslogtreecommitdiff
path: root/test/files/neg/t5702-neg-bad-brace.check
blob: 503f7d95edc1d10ce5149db3efbee778dea75da9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
t5702-neg-bad-brace.scala:14: error: Unmatched closing brace '}' ignored here
      case List(1, _*} =>
                     ^
t5702-neg-bad-brace.scala:14: error: illegal start of simple pattern
      case List(1, _*} =>
                       ^
t5702-neg-bad-brace.scala:15: error: ')' expected but '}' found.
    }
    ^
three errors found