summaryrefslogtreecommitdiff
path: root/test/files/neg/t2775.scala
blob: 9e4f2f606d224803b0cc3c8f7b55cfb5ffe2d0bc (plain) (blame)
1
trait B[S] { type T = S; val c = new Array[T](1) }