File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
docs/docs/reference/experimental Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ They are enabled by importing the feature or using the `-language` compiler flag
13
13
* ` fewerBraces ` : Enable support for using indentation for arguments.
14
14
* [ ` genericNumberLiterals ` ] ( ./numeric-literals.md ) : Enable support for generic number literals.
15
15
* [ ` 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.
16
23
17
24
### Experimental language imports
18
25
You can’t perform that action at this time.
0 commit comments