summaryrefslogblamecommitdiff
path: root/test/files/pos/t3175-pos.scala
blob: 89bbf8b5fca4222e9e8e76f1a9de8458c0e144af (plain) (tree)
1
2
3
4
5
6
7
             

                                       
                                         
 

   
object Test {
  def f(g:{val update:Unit}) = g.update

  def main(args: Array[String]): Unit = {

  }
}