summaryrefslogtreecommitdiff
path: root/test/files/neg/t3507.check
Commit message (Collapse)AuthorAgeFilesLines
* Having established that r25051 is not responsib...Paul Phillips2011-06-301-1/+1
| | | | | | Having established that r25051 is not responsible for the compilation issue with scalaz, it is hereby restored. Review by moors.
* Reverts r25051 due to witnessed movement of sca...Paul Phillips2011-06-121-1/+1
| | | | | | Reverts r25051 due to witnessed movement of scalaz in the noncompiling direction. Postmortem help I hope in the review by moors.
* The eagerly awaited companion commit to r23622,...Paul Phillips2011-06-011-1/+1
| | | | | | | | | | | | | | | The eagerly awaited companion commit to r23622, the surprise hit of last winter. Singletons now have the singleton type inferred in monomorphic contexts as well. In english: scala> object X defined module X scala> def f = X f: X.type Wait, that's not english. English review by moors.
* Added some implicitNotFound annotations to comm...Paul Phillips2011-03-281-1/+1
| | | | | | | Added some implicitNotFound annotations to commonly used classes, and some documentation to Manifest. (Said documentation is invisible for the moment due to #4404.) No review.
* closes #3507: don't generate manifests where we...Adriaan Moors2010-07-081-0/+4
closes #3507: don't generate manifests where we can't refer to the existentially bound value