From 03f3cb5fcd91f9f3b0297f9da18cf841b78d27b2 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 19 Jul 2011 21:25:40 +0000 Subject: Restored test case for SI-2873 which hubert had... Restored test case for SI-2873 which hubert had callously deleted back when it was briefly irrelevant. It would have been failing were it around, but now it passes. Closes SI-2873, no review. --- test/files/run/bug2873.check | 1 + test/files/run/bug2873.scala | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 test/files/run/bug2873.check create mode 100644 test/files/run/bug2873.scala diff --git a/test/files/run/bug2873.check b/test/files/run/bug2873.check new file mode 100644 index 0000000000..9198280f61 --- /dev/null +++ b/test/files/run/bug2873.check @@ -0,0 +1 @@ +scala.collection.immutable.RedBlack.Empty$ diff --git a/test/files/run/bug2873.scala b/test/files/run/bug2873.scala new file mode 100644 index 0000000000..8d48a8dbb4 --- /dev/null +++ b/test/files/run/bug2873.scala @@ -0,0 +1,5 @@ +object Test { + def main(args: Array[String]): Unit = { + println(classOf[scala.collection.immutable.RedBlack[_]].getMethod("Empty").getGenericReturnType) + } +} -- cgit v1.2.3