summaryrefslogtreecommitdiff
path: root/test/files/pos/t3175-pos.scala
blob: 497ff8255c83ef39b6048d0bf56e95c1c97a8cfd (plain) (blame)
1
2
3
4
5
6
7
object Test {
  def f(g:{val update:Unit}) = g.update 
  
  def main(args: Array[String]): Unit = {
    
  }
}