summaryrefslogtreecommitdiff
path: root/test/files/neg/bug117.check
blob: f05e2e1c0000a62ad1b0d5a674658df9f076d198 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
bug117.scala:2: '(' expected but '[' found.
  def this[A](x: A, y: A) = {
          ^
bug117.scala:4: identifier expected but '}' found.
  }
   ^
bug117.scala:5: illegal start of expression
}
^
three errors found