aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/i566.scala
blob: 34d25f8f2d92faeb8d4283775a642b84f7df9552 (plain) (tree)
1
2
3
4
5




                     
object Test {
  type T = String
  type U
  reflect.classTag[T]
}