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




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