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