summaryrefslogtreecommitdiff
path: root/test/files/neg/bug418.check
blob: 598d6666f54fd2389bea89712f798a0bc56ee928 (plain) (blame)
1
2
3
4
5
6
7
bug418.scala:2 error: not found: value Foo12340771
  null match { case Foo12340771.Bar(x) => x }
                    ^
bug418.scala:2 error: not found: value x
  null match { case Foo12340771.Bar(x) => x }
                                          ^
two errors found