summaryrefslogtreecommitdiff
path: root/test/files/run/patmat-finally.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix SI-5929 - Verify error with finally and pattern matchIulian Dragos2012-07-021-0/+25
Don't enter all labels in a method when emitting a forward jump, since some labels will be duplicated (if defined inside finally blocks). For each forward jump, enter only the label that is needed for that jump.