aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i566.scala
blob: a0e6f2fe77d43c2e554890b9ed31a29df8f9f992 (plain) (blame)
1
2
3
4
5
class Test {
  type T = String
  type U
  reflect.classTag[T]
}