summaryrefslogtreecommitdiff
path: root/test/files/jvm/named-args-in-order.check
Commit message (Collapse)AuthorAgeFilesLines
* Check named-args-for-clarity incur no extra bytecodeJason Zaugg2013-03-051-0/+3
When named arguments correspond the the parameter declaration order, the compiler should not lift out assignments before the method call, as it would have to do for out-of-order arguments. Confirm this with a bytecode comparison test.