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
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
In the following example:
The
repeated Corpus corpuses = 4;
produces a typescript line ofreturn (<any>Corpus[])[this._json.corpuses!]
, which causes a failure of:I'm not too familiar with TypeScript syntax here, but the bug should be fairly easy to reproduce. Thoughts?
The text was updated successfully, but these errors were encountered: