summaryrefslogtreecommitdiff
path: root/test/files/pos/t3792.scala
blob: 10773c5f5b70d9a1e2a045775335beab99c30b0f (plain) (blame)
1
2
3
4
object Test {
  type Hui = Nil.type
  val n: Hui = Nil
}