summaryrefslogtreecommitdiff
path: root/test/files/neg/override.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
* SI-6276 Warn on def or val that trivially loops infinitelyJason Zaugg2012-09-091-1/+1
|
* revert r25877. no reviewLukas Rytz2011-11-141-0/+0
|
* fixed svn props in test directorymichelou2011-10-221-0/+0
|
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* Fixed type soundness problem someone raised on ...Martin Odersky2010-08-121-0/+15
Fixed type soundness problem someone raised on hackers news. Test in override.scala. Review by moors.