You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
The generated class will not compile. Actually it has only one problem: it tries to import Choice<?> instead of Choice.
But if i use an actual template parameter it gets worse. For example Choice<String>. In this case, not just the import goes wrong, but the also method call. The generated method call: