summaryrefslogtreecommitdiff
path: root/test/files/neg/t4221.check
blob: 46c2d10a988df95a858705f0eab271c491cd0e3a (plain) (blame)
1
2
3
4
5
6
t4221.scala:8: error: type mismatch;
 found   : Unit
 required: Wrapper[S]
  def wrap[S <: Cl#Sub[S]](v: S): Wrapper[S] = {
                                               ^
one error found