aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/boundspropagation.scala
Commit message (Collapse)AuthorAgeFilesLines
* Moved pending tests that work into pos and neg.Martin Odersky2014-11-171-26/+0
| | | | | | | One test (t2613) required lifting a hard recursion limit in findMember (used for debug only, will be removed in the future). The same test also requires -Yno-deep-subtypes to be reset, so it's in pos_special instead of pos.
* Nothing is not a superclass of Null.Martin Odersky2014-05-201-0/+26
Fix so it isn't. This caused an error in ErrorReporting because we do not propagate bounds into a type like ValOrDefDef[_]. Error in `ErrorReporting` is now fixed but the problem is reflected in test case `boundspropagation`.