summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1786.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-1786 incorporate defined bounds in inferencePaul Phillips2013-05-121-20/+0
| | | | | | | | | | | | | | | | | | | Also fixes SI-5459. Look, you don't have to redeclare the bounds, isn't it exciting? For instance, there are eight places in JavaMirrors with this: jTypeVariable[_ <: GenericDeclaration] After this code is in starr, those can look like this: jTypeVariable[_] Since TypeVariable's definition looks like this: interface TypeVariable<D extends GenericDeclaration> We already know that!
* Begone t1737...Hubert Plociniczak2011-11-021-2/+2
|
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-121-5/+12
| | | | | | reverted immutable.Vector because it gave random build errors on my machine. Fixed various tickets, updated test and check files.
* Sequence->SeqMartin Odersky2009-10-021-0/+13