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
s"Received invalid flags. Expected flags ${flags.show} to only contain a subset of ${valid.show}."
@@ -3250,7 +3256,8 @@ class QuotesImpl private (using val ctx: Context) extends Quotes, QuoteUnpickler
3250
3256
private[QuotesImpl] defvalidMethodFlags:Flags=Private|Protected|Override|Deferred|Final|Method|Implicit|Given|Local|AbsOverride|JavaStatic|Synthetic|Artifact// Flags that could be allowed: Synthetic | ExtensionMethod | Exported | Erased | Infix | Invisible
3251
3257
// Keep: aligned with Quotes's `newVal` doc
3252
3258
private[QuotesImpl] defvalidValFlags:Flags=Private|Protected|Override|Deferred|Final|Param|Implicit|Lazy|Mutable|Local|ParamAccessor|Module|Package|Case|CaseAccessor|Given|Enum|AbsOverride|JavaStatic|Synthetic|Artifact// Flags that could be added: Synthetic | Erased | Invisible
0 commit comments