-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Is your feature request related to a problem?
Sometimes a type may just be unknown, e.g. when accessing a value of a row. In this case, we currently use Any? as the result. However, it is useful to specifically express this with an unknown type.
Desired solution
Add a new type that is expressed with the keyword unknown. This is already used to express unknown default values.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done