aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/i1447.scala
blob: 661fc3917bf9e4f4787ab2fd9755ad4cc4672630 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                       
case object X

object Test {
  val Alias = X

  val x: X.type = Alias

  type Alias = X.type
  val a: Alias = Alias
}