From 7bb91bbfbd597e479d3fe8b5402032f47d2ea6fc Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Tue, 4 Sep 2007 11:52:28 +0000 Subject: --- test/files/pos/bug1203.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/pos/bug1203.scala (limited to 'test/files') diff --git a/test/files/pos/bug1203.scala b/test/files/pos/bug1203.scala new file mode 100644 index 0000000000..4938621aa9 --- /dev/null +++ b/test/files/pos/bug1203.scala @@ -0,0 +1,7 @@ +case class ant(t: String) extends Annotation +object Test { + def main(args: Array[String]): Unit = { + val a: scala.xml.NodeSeq @ant("12") = Nil + println(a) + } +} -- cgit v1.2.3