summaryrefslogtreecommitdiff
path: root/test/files/neg/t8044.scala
blob: 930c30c5a5a0b7ed4a1945ea54a202fbdc26b118 (plain) (blame)
1
2
3
4
trait T {
  def f = 42 match { case `_` : Int => `_` }   // doesn't leak quoted underscore
}