summaryrefslogtreecommitdiff
path: root/test/files/neg/t8044.check
blob: 678bf8c7007be2abf9b3970cc0fdced01feb32a1 (plain) (blame)
1
2
3
4
t8044.scala:3: error: not found: value _
  def f = 42 match { case `_` : Int => `_` }   // doesn't leak quoted underscore
                                       ^
one error found