summaryrefslogtreecommitdiff
path: root/test/files/neg/migration28.scala
Commit message (Collapse)AuthorAgeFilesLines
* Added -Xmigration option and @migration annotat...Paul Phillips2010-03-051-0/+12
Added -Xmigration option and @migration annotation. At present it will warn about the following changes from 2.7 to 2.8: Stack iterator order reversed mutable.Set.map returns a Set and thus discards duplicates A case 'x @ Pattern' matches differently than 'Pattern' Review by odersky.