File tree 2 files changed +1
-2
lines changed
tests/run-tasty-inspector
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4516,7 +4516,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
4516
4516
def JavaStatic : Flags
4517
4517
4518
4518
/** Is this an annotation defined in Java */
4519
- @ experimental def JavaAnnotation : Flags
4519
+ def JavaAnnotation : Flags
4520
4520
4521
4521
/** Is this symbol `lazy` */
4522
4522
def Lazy : Flags
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ val experimentalDefinitionInLibrary = Set(
72
72
" scala.quoted.Quotes.reflectModule.SymbolMethods.paramVariance" ,
73
73
// Can be stabilized in 3.4.0 (unsure) or later
74
74
" scala.quoted.Quotes.reflectModule.CompilationInfoModule.XmacroSettings" ,
75
- " scala.quoted.Quotes.reflectModule.FlagsModule.JavaAnnotation" ,
76
75
// Cant be stabilized yet.
77
76
// Need newClass variant that can add constructor parameters.
78
77
// Need experimental annotation macros to check that design works.
You can’t perform that action at this time.
0 commit comments