Skip to content

Commit 5808c20

Browse files
oderskyXavientois
authored andcommitted
Update experimental overview page
1 parent 2b5ca57 commit 5808c20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/docs/reference/experimental/overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ They are enabled by importing the feature or using the `-language` compiler flag
1313
* `fewerBraces`: Enable support for using indentation for arguments.
1414
* [`genericNumberLiterals`](./numeric-literals.md): Enable support for generic number literals.
1515
* [`namedTypeArguments`](./named-typeargs.md): Enable support for named type arguments
16+
* [`saferExceptions`](./canthrow.md): Enable support for checked exceptions.
17+
18+
### Experimental language features supported by special compiler options
19+
20+
Some experimental language features that are still in research and development can be enabled with special compiler options. These include
21+
22+
* `-Yexplicit-nulls` Enable support for tracking null references in the type system.
1623

1724
### Experimental language imports
1825

0 commit comments

Comments
 (0)