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