We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
opt-in
1 parent e050b4c commit a67e43cCopy full SHA for a67e43c
docs/docs/reference/other-new-features/explicit-nulls.md
@@ -17,7 +17,7 @@ Instead, to mark a type as nullable we use a [type union](https://dotty.epfl.ch/
17
val x: String|Null = null // ok
18
```
19
20
-Explicit nulls are enabled via a `-Yexplicit-nulls` flag, so they're an opt-in feature.
+Explicit nulls are enabled via a `-Yexplicit-nulls` flag.
21
22
Read on for details.
23
0 commit comments