File tree 3 files changed +2
-2
lines changed
docs/reference/experimental 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ They can be imported at the top-level if all top-level definitions are @experime
24
24
25
25
Some experimental language features that are still in research and development can be enabled with special compiler options. These include
26
26
27
- * ` -Yexplicit-nulls ` Enable support for tracking null references in the type system.
27
+ * [ ` -Yexplicit-nulls ` ] ( ./explicit-nulls.md ) . Enable support for tracking null references in the type system.
28
28
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ sidebar:
64
64
- page : docs/reference/other-new-features/targetName.md
65
65
- page : docs/reference/other-new-features/control-syntax.md
66
66
- page : docs/reference/other-new-features/indentation.md
67
- - page : docs/reference/other-new-features/explicit-nulls.md
68
67
- page : docs/reference/other-new-features/safe-initialization.md
69
68
- page : docs/reference/other-new-features/type-test.md
70
69
- page : docs/reference/other-new-features/experimental-defs.md
@@ -116,6 +115,7 @@ sidebar:
116
115
- page : docs/reference/experimental/erased-defs.md
117
116
- page : docs/reference/experimental/named-typeargs.md
118
117
- page : docs/reference/experimental/numeric-literals.md
118
+ - page : docs/reference/experimental/explicit-nulls.md
119
119
- page : docs/reference/syntax.md
120
120
- title : Language Versions
121
121
index : docs/reference/language-versions/language-versions.md
You can’t perform that action at this time.
0 commit comments