summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg/lazy.check
blob: 3c460546becfa59fd0ec8e130286ecd72eba3518 (plain) (blame)
1
2
3
4
lazy.scala:6: error: implementation restriction: cps annotations not allowed on lazy value definitions
    lazy val x = shift((k:Unit=>Unit)=>k())
             ^
one error found