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
@@ -3256,7 +3256,8 @@ class QuotesImpl private (using val ctx: Context) extends Quotes, QuoteUnpickler
3256
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
3257
3257
// Keep: aligned with Quotes's `newVal` doc
3258
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
* @paramflags extra flags to with which the symbol should be constructed. Can be `Private | Protected | Override | Deferred | Final | Param | Implicit | Lazy | Mutable | Local | ParamAccessor | Module | Package | Case | CaseAccessor | Given | Enum | JavaStatic | Synthetic | Artifact`
696
+
* @paramflags extra flags to with which the symbol should be constructed. Can be `Final | Implicit | Lazy | Mutable | Given | Synthetic`
697
697
*/
698
-
// Keep: `flags` doc aligned with QuotesImpl's `validValFlags`
698
+
// Keep: `flags` doc aligned with QuotesImpl's `validValInLetFlags`
0 commit comments