summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg/lazy.check
blob: b8c688740983e63fbb3a8c56aff92d7fde40ccdf (plain) (blame)
1
2
3
4
5
6
lazy.scala:5: error: type mismatch;
 found   : Unit @scala.util.continuations.cpsParam[Unit,Unit]
 required: Unit
  def foo() = {
              ^
one error found