dotty.tools.dotc.core.Annotations.ExperimentalAnnotation
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
Create an instance of @experimental(<msg>)
Create an instance of @experimental(<msg>)
Attributes
Makes a copy of the @experimental(msg) annotation on sym None is returned if the symbol does not have an @experimental annotation.
Makes a copy of the @experimental(msg) annotation on sym None is returned if the symbol does not have an @experimental annotation.
Attributes
Matches and extracts the message from an instance of @experimental(msg) Returns Some("") for @experimental with no message.
Matches and extracts the message from an instance of @experimental(msg) Returns Some("") for @experimental with no message.
Attributes