summaryrefslogtreecommitdiff
path: root/test/files/neg/t8044-b.check
blob: 4a93e9a77238f44a86b4fa60d8e76e3a69642ad7 (plain) (blame)
1
2
3
4
t8044-b.scala:3: error: Pattern variables must start with a lower-case letter. (SLS 8.1.1.)
  def g = 42 match { case `Oops` : Int => }  // must be varish
                                 ^
one error found