summaryrefslogtreecommitdiff
path: root/test/pos/Y.scala
blob: ebef6f9e36998c29410dd78698eeb0ec1746cbda (plain) (blame)
1
2
3
4
5
6
7
object test {

  def f(x: Object): Object = x.match;

}