summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg/t5314-type-error.check
blob: e540f368cded7e806932d8cd0c4df5d3c1c821df (plain) (blame)
1
2
3
4
5
6
t5314-type-error.scala:7: error: type mismatch;
 found   : Int @util.continuations.package.cps[Int]
 required: Int @util.continuations.package.cps[String]
  def bar(x:Int): Int @cps[String] = return foo(x)
                                               ^
one error found