aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t5134.scala
blob: fe946040f3c18dfac5af85c0c33b1ea45ccd29de (plain) (tree)
1
2
3
4
5
6
7
8

                 
                                             




                            
import language._

object Test extends dotty.runtime.LegacyApp {
  def b = new AnyRef {
    def a= ()
  }
  b.a match { case _ => () }
}