aboutsummaryrefslogtreecommitdiff
path: root/tests/run/i1503.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-171-0/+38
`apply` nodes should not be inserted in the result parts of a block, if-then-else, match, or try. Instead they should be added to the surrounding statement.