aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reflection-repl-elementary.scala
blob: 72b65a1a70d5652702f5ffce99214a3d5f497ad8 (plain) (blame)
1
2
3
4
5
6
7
import scala.tools.partest.ReplTest

object Test extends ReplTest {
  def code = """
    |scala.reflect.runtime.universe.typeOf[List[Nothing]]
    |""".stripMargin
}