You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,13 +15,14 @@ They are enabled by importing the feature or using the `-language` compiler flag
15
15
*[`namedTypeArguments`](./named-typeargs.md): Enable support for named type arguments
16
16
*[`saferExceptions`](./canthrow.md): Enable support for checked exceptions.
17
17
18
+
### Experimental language imports
19
+
20
+
In general, experimental language features can be imported in an experimental scope (see [experimental definitions](../other-new-features/experimental-defs.md).
21
+
They can be imported at the top-level if all top-level definitions are @experimental.
22
+
18
23
### Experimental language features supported by special compiler options
19
24
20
25
Some experimental language features that are still in research and development can be enabled with special compiler options. These include
21
26
22
27
*`-Yexplicit-nulls` Enable support for tracking null references in the type system.
23
28
24
-
### Experimental language imports
25
-
26
-
In general, experimental language features can be imported in an experimental scope (see [experimental definitions](../other-new-features/experimental-defs.md).
27
-
They can be imported at the top-level if all top-level definitions are @experimental.
0 commit comments