summaryrefslogblamecommitdiff
path: root/test/pos/reftest.scala
blob: 27083bd2cc6d3bb77c06ca5568f5e2959ea1b6af (plain) (tree)
1
2
3
4



                               
import scala._;
module test {
  val x: Ref[Int] = new Ref(1);
}