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
in order to compile. Ideally we would infer record types (or constraints on record types) but at a minimum we should give a good error, not throw ClassCastException.
The text was updated successfully, but these errors were encountered:
Improve type deduction for records. For example,
throws
and has to be changed to
in order to compile. Ideally we would infer record types (or constraints on record types) but at a minimum we should give a good error, not throw
ClassCastException
.The text was updated successfully, but these errors were encountered: