From 059e8be4c78bbc10f31ff9e404d395b7cfaf52f6 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 10 Jan 2011 19:20:36 +0000 Subject: Test case closes #2873, no review. --- test/files/run/bug2873.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/run/bug2873.scala (limited to 'test/files/run') diff --git a/test/files/run/bug2873.scala b/test/files/run/bug2873.scala new file mode 100644 index 0000000000..a21ab56063 --- /dev/null +++ b/test/files/run/bug2873.scala @@ -0,0 +1,5 @@ +object Test { + def main(args: Array[String]): Unit = { + classOf[scala.collection.immutable.RedBlack[_]].getMethod("Empty").getGenericReturnType + } +} -- cgit v1.2.3