summaryrefslogtreecommitdiff
path: root/spec/06-expressions.md
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-04-28 16:12:29 +0200
committerGuillaume Martres <smarter@ubuntu.com>2015-04-28 16:12:32 +0200
commit9a397c676d0b1ba3119623cc4332e3ff5c21accf (patch)
treee6ec584727a862a343b8eb6203f97be94898e8df /spec/06-expressions.md
parenteeba018f27487e161de93d93c01cb8b2d8132f8f (diff)
downloadscala-9a397c676d0b1ba3119623cc4332e3ff5c21accf.tar.gz
scala-9a397c676d0b1ba3119623cc4332e3ff5c21accf.tar.bz2
scala-9a397c676d0b1ba3119623cc4332e3ff5c21accf.zip
spec: Remove obsolete rules related to scala.NotNull
These rules were removed in #2244 and scala.NotNull itself was deprecated.
Diffstat (limited to 'spec/06-expressions.md')
-rw-r--r--spec/06-expressions.md4
1 files changed, 0 insertions, 4 deletions
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