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 8e9b194Copy full SHA for 8e9b194
tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
@@ -63,6 +63,12 @@ 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$",
69
+ "scala.annotation.init$.widen",
70
+ "scala.annotation.init$.region",
71
+
72
//// New APIs: Quotes
73
// Should be stabilized in 3.4.0
74
"scala.quoted.Quotes.reflectModule.defnModule.FunctionClass",
0 commit comments