Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[,]-arrays translated in a wrong way #12

Open
reverofevil opened this issue Aug 11, 2014 · 1 comment
Open

[,]-arrays translated in a wrong way #12

reverofevil opened this issue Aug 11, 2014 · 1 comment

Comments

@reverofevil
Copy link

From a private bool[,] Used; source I get private Used: boolean[,] = null; result. That doesn't seem legit at all neither to me nor to tsc: error TS1005: ']' expected.

@reverofevil
Copy link
Author

Changed to private bool[][] Used;, got System.NotImplementedException in Netjs.CsToTs.NodesEqual(AstNode Variable, AstNode p), CsToTs.cs:line 241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant