Skip to content

Commit

Permalink
added new methods to experimental definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghik committed Jan 26, 2025
1 parent 77d3f4b commit 2693590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ val experimentalDefinitionInLibrary = Set(
"scala.quoted.Quotes.reflectModule.MethodTypeMethods.hasErasedParams",
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.erasedArgs",
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.hasErasedArgs",
"scala.quoted.Quotes.reflectModule.GivenSelectorModule.apply",
"scala.quoted.Quotes.reflectModule.OmitSelectorModule.apply",
"scala.quoted.Quotes.reflectModule.RenameSelectorModule.apply",
"scala.quoted.Quotes.reflectModule.SimpleSelectorModule.apply",

// New feature: fromNullable for explicit nulls
"scala.Predef$.fromNullable",
Expand Down

0 comments on commit 2693590

Please sign in to comment.