summaryrefslogtreecommitdiff
path: root/test/files/pos/t1001.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-1/+1
|
* Removed and consolidated several redundant test...Paul Phillips2011-08-241-0/+109
| | | | | | Removed and consolidated several redundant tests which had filenames "bugXXX" and "tXXX" where XXX == XXX. No review.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-0/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* corrected several problems with error reporting...Martin Odersky2008-08-181-0/+6
corrected several problems with error reporting: positions checked twice, warnings masking errors. Refined solution of forward implicits without5 result type.