summaryrefslogtreecommitdiff
path: root/test/files/pos/sammy_single.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-9415 Turn on SAM by defaultJason Zaugg2016-03-261-1/+0
| | | | | | | | | | Initial work to change settings and test by Svyatoslav Ilinskiy Thanks! To avoid cycles during overload resolution (which showed up during bootstrapping), and to improve performance, I've guarded the detection of SAM types in `isCompatible` to cases when the LHS is potentially compatible.
* Extract SerialVersionUIDAnnotation. Make SAM body synthetic.Adriaan Moors2013-10-081-0/+1
Addressing review feedback.