summaryrefslogtreecommitdiff
path: root/test/files/pos/t7776.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-051-0/+0
"double definition: macro this and method that have same type after erasure" This error doesn't make sense when macros are involved, because macros expand at compile-time, where we're not affected by erasure. Moreover, macros produce no bytecode, which means that we're safe from VerifyErrors.