summaryrefslogtreecommitdiff
path: root/test/files/pos/Y.scala
blob: 425d7fb346005adbf98b5a1fd784e16f306ad107 (plain) (blame)
1
2
3
4
5
6
7
module test {

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

}