summaryrefslogblamecommitdiff
path: root/test/files/neg/t2775.check
blob: f357221cd9ca1579903edffc749ead39b8f3287b (plain) (tree)
1
2
3
4



                                                                      
t2775.scala:1: error: cannot find class tag for element type B.this.T
trait B[S] { type T = S; val c = new Array[T](1) }
                                 ^
one error found