summaryrefslogtreecommitdiff
path: root/test/files/neg/lubs.check
Commit message (Collapse)AuthorAgeFilesLines
* fixed several problems with implicits. Martin Odersky2007-10-311-6/+6
| | | | | | Changed ways inner types of modules print: Module.this.Type => Module.type
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-191-4/+4
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* added colonBurak Emir2007-01-071-3/+3
|
* fixed bugs 802 and 807 (recursive lub problems).Martin Odersky2006-11-171-0/+16
Changes system so that now an approximation of lub/glb is computed.