diff --git a/library/src/scala/quoted/Quotes.scala b/library/src/scala/quoted/Quotes.scala index 7bf88b1e084a..58bea8c50b64 100644 --- a/library/src/scala/quoted/Quotes.scala +++ b/library/src/scala/quoted/Quotes.scala @@ -3295,7 +3295,6 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching => * * Variance flags can be one of `Flags.{Covariant, Contravariant, EmptyFlags}`. */ - @experimental def paramVariances: List[Flags] end extension end TypeLambdaMethods @@ -4123,7 +4122,6 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching => * Variance flags can be one of `Flags.{Covariant, Contravariant, EmptyFlags}`. * If this is not the symbol of a type parameter the result is `Flags.EmptyFlags`. */ - @experimental def paramVariance: Flags /** Signature of this definition */ diff --git a/tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala b/tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala index 77a1ee385570..491cc67db5c1 100644 --- a/tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala +++ b/tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala @@ -68,8 +68,6 @@ val experimentalDefinitionInLibrary = Set( "scala.annotation.init$.region", //// New APIs: Quotes - "scala.quoted.Quotes.reflectModule.TypeLambdaMethods.paramVariances", - "scala.quoted.Quotes.reflectModule.SymbolMethods.paramVariance", // Can be stabilized in 3.4.0 (unsure) or later "scala.quoted.Quotes.reflectModule.CompilationInfoModule.XmacroSettings", // Cant be stabilized yet.