summaryrefslogtreecommitdiff
path: root/test/files/neg/t2775.check
blob: a1e950cf73ebe0bd3e26a12251ce36be358fa681 (plain) (blame)
1
2
3
4
t2775.scala:1: error: cannot find array tag for element type B.this.T
trait B[S] { type T = S; val c = new Array[T](1) }
                                 ^
one error found