From d850636479c5d1b192c5239d9a5ca7bc0bd82385 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Tue, 5 Aug 2008 10:36:52 +0000 Subject: All these tests in pending currently pass for me. Lets see what happens with the commit and nightly builds. --- test/files/pos/bug1087.scala | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/pos/bug1087.scala (limited to 'test/files/pos/bug1087.scala') diff --git a/test/files/pos/bug1087.scala b/test/files/pos/bug1087.scala new file mode 100644 index 0000000000..19d62116c6 --- /dev/null +++ b/test/files/pos/bug1087.scala @@ -0,0 +1,2 @@ +case class Foo +case class Prd (pred : Char => Boolean) extends Foo -- cgit v1.2.3