aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t3792.scala
blob: 364d46317889491bc4269ff485457331f30bf962 (plain) (blame)
1
2
3
4
object Test {
  type Hui = Nil.type
  val n: Hui = Nil
}