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

Fix #1886 Using option T with T set to void, the JVM backend can be tricked into generating fields of void type #1887

Merged
merged 4 commits into from Aug 23, 2023

Conversation

fridis
Copy link
Member

@fridis fridis commented Aug 22, 2023

This actually does three things

This avoids the ClassFormatError the example from #1886 currently creates, but
it does not fully fix the problem yet.
A match of a unit-like option should actually match for exactly one case!
@michaellilltokiwa michaellilltokiwa merged commit f0571bf into main Aug 23, 2023
5 checks passed
@michaellilltokiwa michaellilltokiwa deleted the fix_1886 branch August 23, 2023 09:43
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 this pull request may close these issues.

None yet

3 participants