Skip to content

Commit

Permalink
Fix experimental definition test
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Jun 13, 2023
1 parent cade1c7 commit 8e9b194
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ val experimentalDefinitionInLibrary = Set(
//// New feature: Macro annotations
"scala.annotation.MacroAnnotation",

//// New feature: -Ysafe-init-global
"scala.annotation.init",
"scala.annotation.init$",
"scala.annotation.init$.widen",
"scala.annotation.init$.region",

//// New APIs: Quotes
// Should be stabilized in 3.4.0
"scala.quoted.Quotes.reflectModule.defnModule.FunctionClass",
Expand Down

0 comments on commit 8e9b194

Please sign in to comment.