aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i2056.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2056: Backend crash when inlined method contains tryGuillaume Martres2017-03-071-0/+13
In various places we do "case EmptyTree =>", since Tree#equals uses reference equality this means that EmptyTree should never be copied, otherwise some other code path will be taken.