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

Array types in cast or typeof generate an exception #100

Closed
codingseb opened this issue May 7, 2021 · 1 comment
Closed

Array types in cast or typeof generate an exception #100

codingseb opened this issue May 7, 2021 · 1 comment
Assignees
Labels

Comments

@codingseb
Copy link
Owner

Stuff like (double[])myDoubleArray or typeof(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.

@codingseb
Copy link
Owner Author

Version 1.4.28.0 Correct it

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

No branches or pull requests

1 participant