summaryrefslogtreecommitdiff
path: root/test/files/neg/t9535.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-261-0/+7
For @throws[E] where E is not a class type, GenASM incorrectly writes the non-class type to the classfile. GenBCode used to crash before this commit. Now GenBCode correctly emits the erased type (like javac) and adds a generic signature.