summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/t5314-with-if.scala
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the adaptation of types of return expressionsphaller2012-08-121-0/+17
Add `adaptTypeOfReturn` hook to `AnnotationCheckers`. Move adaptation of types of return expressions from `addAnnotations` to `typedReturn` via `adaptTypeOfReturn` hook. This resolves an inconsistency where previously types could have a plus marker without additional CPS annotations. This also adds additional test cases.