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

Duplicate union type member #163

Open
louisyulu opened this issue Jun 30, 2021 · 0 comments
Open

Duplicate union type member #163

louisyulu opened this issue Jun 30, 2021 · 0 comments

Comments

@louisyulu
Copy link

In the file fidget.nim, line 269
proc orgBox*(x, y, w, h: int|float32|float32) =
the member of the union type is duplicated, it looks the intention was:
proc orgBox*(x, y, w, h: int|float32|float64) =

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