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
I'm thinking this is a bug. The intention here is to create a parallel nested type. I'm having trouble with the array member here - there are some type restrictions being enforced, but not enough. myValidation.c shouldn't be allowed to be an array at all, let alone an array of string, but it seems to allow an array of any type there.
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
I'm thinking this is a bug. The intention here is to create a parallel nested type. I'm having trouble with the array member here - there are some type restrictions being enforced, but not enough.
myValidation.c
shouldn't be allowed to be an array at all, let alone an array of string, but it seems to allow an array of any type there.Playground link
Also, is there a way to see the mapped type in its expanded form?
The text was updated successfully, but these errors were encountered: