We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cade1c7 commit f22e002Copy full SHA for f22e002
tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
@@ -63,6 +63,11 @@ val experimentalDefinitionInLibrary = Set(
63
//// New feature: Macro annotations
64
"scala.annotation.MacroAnnotation",
65
66
+ //// New feature: -Ysafe-init-global
67
+ "scala.annotation.init",
68
+ "scala.annotation.init.widen",
69
+ "scala.annotation.init.region",
70
+
71
//// New APIs: Quotes
72
// Should be stabilized in 3.4.0
73
"scala.quoted.Quotes.reflectModule.defnModule.FunctionClass",
0 commit comments