From 32cebff4baf2cd9e85fd71e75fcf86947bb9f1cf Mon Sep 17 00:00:00 2001 From: David MacIver Date: Wed, 29 Oct 2008 21:14:12 +0000 Subject: Fix for ticket #1087. --- test/files/pos/t1087.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/pos/t1087.scala (limited to 'test/files') diff --git a/test/files/pos/t1087.scala b/test/files/pos/t1087.scala new file mode 100644 index 0000000000..bb0d7012c1 --- /dev/null +++ b/test/files/pos/t1087.scala @@ -0,0 +1,3 @@ +case class Foo +case class Prd (pred : Char => Boolean) extends Foo + -- cgit v1.2.3