summaryrefslogtreecommitdiff
path: root/test/files/neg/t997.check
blob: 186095f44ae23f27b0531e37ccdf662153806f68 (plain) (blame)
1
2
3
4
5
6
7
t997.scala:13: error: wrong number of arguments for object Foo
"x" match { case Foo(a, b, c) => Console.println((a,b,c)) }
                    ^
t997.scala:13: error: not found: value a
"x" match { case Foo(a, b, c) => Console.println((a,b,c)) }
                                                  ^
two errors found