summaryrefslogtreecommitdiff
path: root/test/files/neg/t771.scala
Commit message (Collapse)AuthorAgeFilesLines
* 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
* revert r25877. no reviewLukas Rytz2011-11-141-0/+0
|
* fixed svn props in test directorymichelou2011-10-221-0/+0
|
* Fixes #1477 by requiring that abstract types wi...Martin Odersky2009-11-131-0/+5
Fixes #1477 by requiring that abstract types with non-volatile upper bounds cannot be overridden by volatile types.