Skip to content

Commit 8e9b194

Browse files
committed
Fix experimental definition test
1 parent cade1c7 commit 8e9b194

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ val experimentalDefinitionInLibrary = Set(
6363
//// New feature: Macro annotations
6464
"scala.annotation.MacroAnnotation",
6565

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+
6672
//// New APIs: Quotes
6773
// Should be stabilized in 3.4.0
6874
"scala.quoted.Quotes.reflectModule.defnModule.FunctionClass",

0 commit comments

Comments
 (0)