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/A.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/pos/A.scala (limited to 'test/pos/A.scala') diff --git a/test/pos/A.scala b/test/pos/A.scala new file mode 100644 index 0000000000..dd8cabaeb7 --- /dev/null +++ b/test/pos/A.scala @@ -0,0 +1,8 @@ +trait A extends scala.Object with {} + +module test { + + def x: A = x; + +} + -- cgit v1.2.3