aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/typeinferNull.scala
Commit message (Collapse)AuthorAgeFilesLines
* Nothing is not a superclass of Null.Martin Odersky2014-05-201-0/+9
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`.