From 21b147f7caf8b558b00044f493cf9da392c7e30e Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 14 Feb 2003 14:39:24 +0000 Subject: Initial version. --- test/pos/reftest.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/pos/reftest.scala (limited to 'test/pos/reftest.scala') diff --git a/test/pos/reftest.scala b/test/pos/reftest.scala new file mode 100644 index 0000000000..27083bd2cc --- /dev/null +++ b/test/pos/reftest.scala @@ -0,0 +1,4 @@ +import scala._; +module test { + val x: Ref[Int] = new Ref(1); +} \ No newline at end of file -- cgit v1.2.3