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
The `@exerimental` annotation marks definitions as _experimental_ feature.
These can be used in the same situattions where `languange.experimental` can be used.
* A class is experimental if
* It is annotated with `@experimental`
* It is a nested class of an experimental class. Annotation `@experimental` is inferred.
* It extends an experimental class. An error is emitted if it does not have @experimental.
* A member definition is experimental if
* It is annotated with `@experimental`
* Its a member of an experimental class
* `class experimental` is experimental
0 commit comments