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
* @paramflags extra flags to with which symbol can be constructed. `Deferred` flag will be added. Can be `Private` | `Protected` | `Override` | `Deferred` | `Final` | `Infix` | `Local`
3974
+
* @paramflags extra flags to with which symbol can be constructed. Can be `Private` | `Protected` | `Override` | `Final` | `Infix` | `Local`
3975
3975
* @paramtpe The rhs the type alias
3976
-
* @paramprivateWithin the symbol within which this new method symbol should be private. May be noSymbol.
3976
+
* @paramprivateWithin the symbol within which this new type symbol should be private. May be noSymbol.
3977
3977
* @note As a macro can only splice code into the point at which it is expanded, all generated symbols must be
3978
3978
* direct or indirect children of the reflection context's owner.
3979
3979
*/
3980
3980
@experimental
3981
-
// Keep: `flags` doc aligned with QuotesImpl's `validTypeFlags`
3981
+
// Keep: `flags` doc aligned with QuotesImpl's `validTypeAliasFlags`
* @paramflags extra flags to with which symbol can be constructed. `Deferred` flag will be added. Can be `Private` | `Protected` | `Override` | `Deferred` | `Final` | `Infix` | `Local`
3993
3993
* @paramtpe The bounds of the type
3994
-
* @paramprivateWithin the symbol within which this new method symbol should be private. May be noSymbol.
3994
+
* @paramprivateWithin the symbol within which this new type symbol should be private. May be noSymbol.
3995
3995
* @note As a macro can only splice code into the point at which it is expanded, all generated symbols must be
3996
3996
* direct or indirect children of the reflection context's owner.
3997
3997
*/
3998
3998
@experimental
3999
-
// Keep: `flags` doc aligned with QuotesImpl's `validTypeFlags`
3999
+
// Keep: `flags` doc aligned with QuotesImpl's `validBoundedTypeFlags`
0 commit comments