summaryrefslogtreecommitdiff
path: root/test/files/neg/bug997.check
blob: 90a11237380e5e04fcd47f10a569774fce7fc528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bug997.scala:7: error: wrong number of arguments for object Foo of type object Foo
"x" match { case Foo(a) => Console.println(a) }
                    ^
bug997.scala:7: error: not found: value a
"x" match { case Foo(a) => Console.println(a) }
                                           ^
bug997.scala:13: error: wrong number of arguments for object Foo of type object Foo
"x" match { case Foo(a, b, c) => Console.println((a,b,c)) }
                    ^
bug997.scala:13: error: not found: value a
"x" match { case Foo(a, b, c) => Console.println((a,b,c)) }
                                                  ^
four errors found