summaryrefslogtreecommitdiff
path: root/test/files/neg/t5189_inferred.check
blob: 9cc5dcc242488978811bc928da53b090c5dfa8b6 (plain) (blame)
1
2
3
4
5
6
t5189_inferred.scala:7: error: type mismatch;
 found   : scala.collection.immutable.Nil.type
 required: ?A1 where type ?A1
  f(Invariant(arr): Covariant[Any])(0) = Nil
                                         ^
one error found