summaryrefslogtreecommitdiff
path: root/test/files/run/t9437a.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9437 Emit and support parameter names in class filesSimon Ochsenreither2016-01-251-0/+10
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.