summaryrefslogtreecommitdiff
path: root/test/files/pos/t7694.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7694 Add @uncheckedBounds to the libraryJason Zaugg2013-08-131-0/+40
Followup to the previous commit that added the compiler support for opting out of bounds checking. With both pieces, we can test that the temporaries introduced by the named/default arguments transform don't trigger bounds violations.