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
When defining a record type, I expected the type checker to complain if an additional (non-defined) key was supplied by the user. Specifically I expected the following to fail type checking:
# @type var x: { name: String }x={name: "foo",bar: 'foo'}
Is my assumption wrong or is this a bug in Steep? Might it be related with the change in #256?
Version tested: 1.6.0
The text was updated successfully, but these errors were encountered:
When defining a record type, I expected the type checker to complain if an additional (non-defined) key was supplied by the user. Specifically I expected the following to fail type checking:
Is my assumption wrong or is this a bug in Steep? Might it be related with the change in #256?
Version tested: 1.6.0
The text was updated successfully, but these errors were encountered: