summaryrefslogtreecommitdiff
path: root/test/files/neg/t8325-b.check
blob: ec80826dc0848c5af10d7c0698941e3181a86a75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
t8325-b.scala:3: error: Unmatched closing brace '}' ignored here
  def k(is: Int*} = ???
                ^
t8325-b.scala:3: error: ';' expected but '=' found.
  def k(is: Int*} = ???
                  ^
t8325-b.scala:4: error: eof expected but '}' found.
}
^
three errors found