Skip to content

Commit 2693590

Browse files
committed
added new methods to experimental definitions
1 parent 77d3f4b commit 2693590

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ val experimentalDefinitionInLibrary = Set(
7373
"scala.quoted.Quotes.reflectModule.MethodTypeMethods.hasErasedParams",
7474
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.erasedArgs",
7575
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.hasErasedArgs",
76+
"scala.quoted.Quotes.reflectModule.GivenSelectorModule.apply",
77+
"scala.quoted.Quotes.reflectModule.OmitSelectorModule.apply",
78+
"scala.quoted.Quotes.reflectModule.RenameSelectorModule.apply",
79+
"scala.quoted.Quotes.reflectModule.SimpleSelectorModule.apply",
7680

7781
// New feature: fromNullable for explicit nulls
7882
"scala.Predef$.fromNullable",

0 commit comments

Comments
 (0)