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
@@ -3230,7 +3230,8 @@ class QuotesImpl private (using val ctx: Context) extends Quotes, QuoteUnpickler
3230
3230
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
3231
3231
// Keep: aligned with Quotes's `newVal` doc
3232
3232
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