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
model WorksWithIs is Array<string> {
prop: string;
}
model WorksWithExtends extends Array<string> {
prop: string;
}
model FailBecauseType is Array<string> {
prop: int32;
}
I feel like this used to fail before
Playground
The text was updated successfully, but these errors were encountered: