From dcfd04956a7103bf47487af204360d9c0a7814f9 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Thu, 12 Oct 2006 10:39:47 +0000 Subject: pending status for bug646 --- test/pending/pos/bug646.scala | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/pending/pos/bug646.scala (limited to 'test/pending/pos') diff --git a/test/pending/pos/bug646.scala b/test/pending/pos/bug646.scala new file mode 100644 index 0000000000..64214f65b1 --- /dev/null +++ b/test/pending/pos/bug646.scala @@ -0,0 +1,21 @@ +object xfor { + + import scala.xml.NodeSeq + + val books = + + Blabla + Blubabla + Baaaaaaalabla + ; + + new NodeSeq { val theSeq = books.child } match { + case t @ Blabla => t + } + + //val n: NodeSeq = new NodeSeq { val theSeq = books.child } + //n match { + // case t @ Blabla => t + //} + +} -- cgit v1.2.3