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
* @paramtpe The type of the method (MethodType, PolyType, ByNameType)
3667
-
* @paramflags extra flags to with which the symbol should be constructed
3667
+
* @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`
3668
3668
* @paramprivateWithin the symbol within which this new method symbol should be private. May be noSymbol.
* @paramflags extra flags to with which the symbol should be constructed
3683
+
* @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`
3684
3684
* @paramprivateWithin the symbol within which this new method symbol should be private. May be noSymbol.
3685
3685
* @note As a macro can only splice code into the point at which it is expanded, all generated symbols must be
3686
3686
* direct or indirect children of the reflection context's owner.
0 commit comments