summaryrefslogtreecommitdiff
path: root/test/files/neg/t997.check
blob: c9fe0de7565f736b6ca4cbd40d8a14d69085ad54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
t997.scala:7: error: wrong number of arguments for object Foo
"x" match { case Foo(a) => Console.println(a) }
                    ^
t997.scala:7: error: not found: value a
"x" match { case Foo(a) => Console.println(a) }
                                           ^
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)) }
                                                  ^
four errors found