From bef9b2ae3d45353ed3660462d5e5eb6c7a641ffa Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 18 Aug 2012 20:07:05 -0700 Subject: Fix for community build blocker. As two character bugfixes go, this was a doozy. I will forego elaborating at length and offer generic instructions for elucidation: % git log --grep=tpeHK --- test/files/pos/hk-match/a.scala | 5 +++++ test/files/pos/hk-match/b.scala | 1 + 2 files changed, 6 insertions(+) create mode 100644 test/files/pos/hk-match/a.scala create mode 100644 test/files/pos/hk-match/b.scala (limited to 'test/files') diff --git a/test/files/pos/hk-match/a.scala b/test/files/pos/hk-match/a.scala new file mode 100644 index 0000000000..7144068f3c --- /dev/null +++ b/test/files/pos/hk-match/a.scala @@ -0,0 +1,5 @@ +trait A { + type HKAlias[X] = List[X] + + (null: Any) match { case f: Bippy[HKAlias] => f } +} diff --git a/test/files/pos/hk-match/b.scala b/test/files/pos/hk-match/b.scala new file mode 100644 index 0000000000..f7d21f6383 --- /dev/null +++ b/test/files/pos/hk-match/b.scala @@ -0,0 +1 @@ +trait Bippy[E[X]] -- cgit v1.2.3