summaryrefslogtreecommitdiff
path: root/test/files/neg/t0207.scala
blob: d9df0ca951276f3d1e625bec9fe24f3e12aa705c (plain) (blame)
1
2
3
4
trait A {
  type T[_]
  type S = (T with T)[A]
}