summaryrefslogtreecommitdiff
path: root/test/files/run/t5699.check
Commit message (Collapse)AuthorAgeFilesLines
* Retain javadoc comments in scaladocJakob Odersky2016-07-151-2/+2
| | | | | * Hook into java parser to generate doc comments * Generate empty trees for java implementation bodies
* unset inappropriate execute bitsSeth Tisue2015-09-021-0/+0
| | | | | | | | | | I imagine these date back to old Subversion days and are probably the result of inadvertent commits from Windows users with vcs client configs. having the bit set isn't really harmful most of the time, but it's just not right, and it makes the files stand out in directory listings for no reason
* SI-5699 correct java parser for annotation defs.Eugene Vigdorchik2013-03-191-0/+11
Correct java source parser not to insert a constructor with the type of its value method.