Open dotta opened 12 years ago
object w { type X[T] = T type A = X[Int] // would be nice to print A = Int }