summaryrefslogblamecommitdiff
path: root/test/files/neg/t3224.check
blob: 29304c567a476511ca0a9d5e8837120cedc81c01 (plain) (tree)
1
2
3
4
5
6
                                                                                      




                                                                                               
t3224.scala:29: error: polymorphic expression cannot be instantiated to expected type;
 found   : [T]Array[T]
 required: List[?]
  println(Texts textL Array()); println(Texts textL Array(1)); println(Texts textL Array(1, 1))
                           ^
one error found