You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@compileTimeOnly("`betterMatchTypeExtractors` can only be used at compile time in import statements")
338
-
@deprecated("The experimental.betterMatchTypeExtractors language import is no longer needed since the feature is now standard. It now has no effect, including when setting an older source version.", since ="3.6")
338
+
@deprecated("`experimental.betterMatchTypeExtractors` is now standard, no language import is needed", since ="3.6")
339
339
objectbetterMatchTypeExtractors
340
340
341
341
/** Experimental support for quote pattern matching with polymorphic functions
@compileTimeOnly("`betterFors` can only be used at compile time in import statements")
353
-
@deprecated("The `experimental.betterFors` language import no longer has any effect, the feature is being stabilised and can be enabled using `-preview` flag", since ="3.7")
353
+
@deprecated("`experimental.betterFors` is now standard, no language import is needed", since ="3.7")
354
354
objectbetterFors
355
355
356
356
/** Experimental support for package object values
357
357
*/
358
358
@compileTimeOnly("`packageObjectValues` can only be used at compile time in import statements")
359
+
@deprecated("The `experimental.packageObjectValues` language import is no longer needed since the feature is now in preview", since ="3.10")
359
360
objectpackageObjectValues
360
361
361
362
/** Experimental support for multiple spread arguments.
@@ -368,13 +369,13 @@ object language {
368
369
@compileTimeOnly("`subCases` can only be used at compile time in import statements")
369
370
objectsubCases
370
371
371
-
/** Experimental support for single-line lambdas and case clause expressions after `:`
372
+
/** Experimental support for single-line lambdas and case clause expressions after `:`
372
373
*/
373
374
@compileTimeOnly("`relaxedLambdaSyntax` can only be used at compile time in import statements")
374
375
objectrelaxedLambdaSyntax
375
-
}
376
+
endexperimental
376
377
377
-
/** The deprecated object contains features that are no longer officially suypported in Scala.
378
+
/** The deprecated object contains features that are no longer officially suypported in Scala.
378
379
* Features in this object are slated for removal. New code should not use them and
0 commit comments