-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, the parameter name argument of the function parameter(name: String) must be a constant expression. This limits the users flexibility.
Describe the solution you'd like
Only require that the name parameter is compile-time evaluatable, instead of always be an constant expression.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request