summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorDavid MacIver <david.maciver@gmail.com>2008-10-29 21:14:12 +0000
committerDavid MacIver <david.maciver@gmail.com>2008-10-29 21:14:12 +0000
commit32cebff4baf2cd9e85fd71e75fcf86947bb9f1cf (patch)
treec9aa2230cdb6c7e5544420335939d37b7f643f20 /test/files
parente6a1539441976df84e288e7485dee7bf452bb1a7 (diff)
downloadscala-32cebff4baf2cd9e85fd71e75fcf86947bb9f1cf.tar.gz
scala-32cebff4baf2cd9e85fd71e75fcf86947bb9f1cf.tar.bz2
scala-32cebff4baf2cd9e85fd71e75fcf86947bb9f1cf.zip
Fix for ticket #1087.
Diffstat (limited to 'test/files')
-rw-r--r--test/files/pos/t1087.scala3
1 files changed, 3 insertions, 0 deletions
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
+