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
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
* @paramtpe The type of the method (MethodType, PolyType, ByNameType)
3788
-
* @paramflags extra flags to with which the symbol should be constructed. `Method` flag will be added. Can be `Private | Protected | Override | Deferred | Final | Method | Implicit | Given | Local | AbsOverride | Synthetic | Artifact | ExtensionMethod | Exported | Erased | Infix | Invisible | JavaStatic`
3788
+
* @paramflags extra flags to with which the symbol should be constructed. `Method` flag will be added. Can be `Private | Protected | Override | Deferred | Final | Method | Implicit | Given | Local | JavaStatic | Synthetic | Artifact`
3789
3789
* @paramprivateWithin the symbol within which this new method symbol should be private. May be noSymbol.
3790
3790
*/
3791
3791
// Keep: `flags` doc aligned with QuotesImpl's `validMethodFlags`
* @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 | AbsOverride | Synthetic | Artifact | Erased | Invisible | JavaStatic`
3805
+
* @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`
3806
3806
* @paramprivateWithin the symbol within which this new method symbol should be private. May be noSymbol.
3807
3807
* @note As a macro can only splice code into the point at which it is expanded, all generated symbols must be
3808
3808
* direct or indirect children of the reflection context's owner.
0 commit comments