summaryrefslogtreecommitdiff
path: root/test/files/neg/t0418.check
blob: 50931a1bca73e9e80bf48099a8510117dec8dc56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
t0418.scala:2: error: not found: value Foo12340771
  null match { case Foo12340771.Bar(x) => x }
                    ^
t0418.scala:2: error: not found: value x
  null match { case Foo12340771.Bar(x) => x }
                                          ^
t0418.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