summaryrefslogtreecommitdiff
path: root/test/files/run/t9437b
Commit message (Collapse)AuthorAgeFilesLines
* SI-9437 Emit and support parameter names in class filesSimon Ochsenreither2016-01-252-0/+19
JEP 118 added a MethodParameters attribute to the class file spec which holds the parameter names of methods when compiling Java code with `javac -parameters`. We emit parameter names by default now.