summaryrefslogtreecommitdiff
path: root/test/files/neg/t418.check
blob: c06088ba9dd5acfa8935a41f19c80923e6f8f7db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
t418.scala:2: error: not found: value Foo12340771
  null match { case Foo12340771.Bar(x) => x }
                    ^
t418.scala:2: error: not found: value x
  null match { case Foo12340771.Bar(x) => x }
                                          ^
t418.scala:2: error: Could not typecheck extractor call: case class <none> with arguments List((x @ _))
  null match { case Foo12340771.Bar(x) => x }
                                   ^
three errors found