aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t5537.scala
blob: ae88dcc11fefc165431dc7cbbffd2961f0e64ab3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                   
import scala.tools.partest.ReplTest

object Test extends ReplTest {
  def code = """
List[Predef.type]()
List[scala.`package`.type]()
List[List.type]()
List[Set.type]()
  """
}