From 9a397c676d0b1ba3119623cc4332e3ff5c21accf Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 28 Apr 2015 16:12:29 +0200 Subject: spec: Remove obsolete rules related to scala.NotNull These rules were removed in #2244 and scala.NotNull itself was deprecated. --- spec/06-expressions.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/06-expressions.md') diff --git a/spec/06-expressions.md b/spec/06-expressions.md index db206631a8..da9e21f267 100644 --- a/spec/06-expressions.md +++ b/spec/06-expressions.md @@ -148,10 +148,6 @@ The selection $e.x$ is evaluated by first evaluating the qualifier expression $e$, which yields an object $r$, say. The selection's result is then the member of $r$ that is either defined by $m$ or defined by a definition overriding $m$. -If that member has a type which -conforms to `scala.NotNull`, the member's value must be initialized -to a value different from `null`, otherwise a `scala.UnitializedError` -is thrown. ## This and Super -- cgit v1.2.3