summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1181.check
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-4/+0
|
* 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.
* Removes underscore from the list of characters ...Paul Phillips2009-02-101-1/+1
| | | | | | | Removes underscore from the list of characters used during semicolon inference which it believes cannot start a statement on a new line, fixing bug #756; adds 1 test case, updates 1.
* 1.Martin Odersky2007-07-121-0/+4
2. some new tests. 3. split Type.symbol to typeSymbol/termSymbol 4. some fixes to lub opertation