@@ -49,9 +49,10 @@ val experimentalDefinitionInLibrary = Set(
49
49
50
50
// // New feature: capture checking
51
51
" scala.annotation.capability" ,
52
+ " scala.annotation.internal.WithPureFuns" ,
53
+ " scala.annotation.internal.requiresCapability" ,
52
54
" scala.annotation.retains" ,
53
55
" scala.annotation.retainsByName" ,
54
- " scala.Pure" ,
55
56
" scala.caps" ,
56
57
" scala.caps$" ,
57
58
@@ -61,15 +62,8 @@ val experimentalDefinitionInLibrary = Set(
61
62
// // New feature: Macro annotations
62
63
" scala.annotation.MacroAnnotation" ,
63
64
64
- // // New feature: -Ysafe-init-global
65
- " scala.annotation.init" ,
66
- " scala.annotation.init$" ,
67
- " scala.annotation.init$.widen" ,
68
- " scala.annotation.init$.region" ,
69
-
70
- // // New APIs: Quotes
65
+ // // New APIs: Quotes
71
66
// Should be stabilized in 3.4.0
72
- " scala.quoted.Quotes.reflectModule.defnModule.FunctionClass" ,
73
67
" scala.quoted.Quotes.reflectModule.FlagsModule.AbsOverride" ,
74
68
// Can be stabilized in 3.4.0 (unsure) or later
75
69
" scala.quoted.Quotes.reflectModule.CompilationInfoModule.XmacroSettings" ,
@@ -91,15 +85,7 @@ val experimentalDefinitionInLibrary = Set(
91
85
" scala.quoted.Quotes.reflectModule.MethodTypeMethods.hasErasedParams" ,
92
86
" scala.quoted.Quotes.reflectModule.TermParamClauseMethods.erasedArgs" ,
93
87
" scala.quoted.Quotes.reflectModule.TermParamClauseMethods.hasErasedArgs" ,
94
- " scala.quoted.Quotes.reflectModule.defnModule.PolyFunctionClass" ,
95
-
96
- // New feature: reverse method on Tuple
97
- " scala.Tuple.reverse" ,
98
- " scala.Tuple$.Helpers" ,
99
- " scala.Tuple$.Helpers$" ,
100
- " scala.Tuple$.Helpers$.ReverseImpl" ,
101
- " scala.Tuple$.Reverse" ,
102
- " scala.runtime.Tuples$.reverse"
88
+ " scala.quoted.Quotes.reflectModule.defnModule.ErasedFunctionClass" ,
103
89
)
104
90
105
91
0 commit comments