summaryrefslogblamecommitdiff
path: root/test/files/run/bug2873.scala
blob: a21ab56063ea84dd7d6e1dfa4b699e89bbff8fde (plain) (tree)
1
2
3
4
5




                                                                                           
object Test {
  def main(args: Array[String]): Unit = {
    classOf[scala.collection.immutable.RedBlack[_]].getMethod("Empty").getGenericReturnType
  }
}