summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1181.scala
Commit message (Collapse)AuthorAgeFilesLines
* Deprecation patrol.Paul Phillips2011-03-161-1/+1
| | | | | | | | | | | warnings due to my changing a map from mutable to immutable (which ought to be the good direction) because "def update" still lingers on immutable maps. I counted the days elapsed since it was marked for death (before 2.8.0) and added in the bugliness of what I was looking at and bid it farewell. Now removed: def update on immutable maps. No review.
* 1.Martin Odersky2007-07-121-0/+12
2. some new tests. 3. split Type.symbol to typeSymbol/termSymbol 4. some fixes to lub opertation