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

Boolean return type for vfuncs are not converted #95

Closed
hugopl opened this issue Jun 15, 2023 · 0 comments · Fixed by #96
Closed

Boolean return type for vfuncs are not converted #95

hugopl opened this issue Jun 15, 2023 · 0 comments · Fixed by #96

Comments

@hugopl
Copy link
Owner

hugopl commented Jun 15, 2023

Similar to #34 , but this time for booleans.

How to reproduce

Try to implement a virtual function that returns a boolean.

Expected Behavior

You return a Crystal Boolean and it works.

What happens

Crystal code expect a Int32.

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

Successfully merging a pull request may close this issue.

1 participant