summaryrefslogtreecommitdiff
path: root/test/pos/bug137.scala
blob: 79eb6e67f8f9c4573f67462835811f47f3b99768 (plain) (blame)
1
2
3
4
class A {
  type Two[A] = Tuple2[A, A];
  type TwoInt = Two[Int];
}