summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1333.check
blob: 11ba633194e8eb9a7badb9f8dfaa25d7c366f81c (plain) (blame)
1
2
3
4
bug1333.scala:1: error: case classes limited by implementation: maximum of 2 constructor parameter lists.
case class A(a: Int)(b: Int)(c: Int)
           ^
one error found