We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stuff like (double[])myDoubleArray or typeof(string[]) generate an exception "Empty expression or no token found"
(double[])myDoubleArray
typeof(string[])
In instance creation like new new double[] {1.2, 4d, 2.3, 5.6} it works.
new new double[] {1.2, 4d, 2.3, 5.6}
The text was updated successfully, but these errors were encountered:
Correction fo #100 (Array types in cast or typeof generate an exception)
9cc8eac
Correction for #100 (Array types in cast or typeof generate an except…
e78f332
…ion)
Version 1.4.28.0 Correct it
Sorry, something went wrong.
codingseb
No branches or pull requests
Stuff like
(double[])myDoubleArray
ortypeof(string[])
generate an exception "Empty expression or no token found"In instance creation like
new new double[] {1.2, 4d, 2.3, 5.6}
it works.The text was updated successfully, but these errors were encountered: