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

Type argument inference depends on irrelevant annotations #705

Open
wmdietl opened this issue Feb 6, 2024 · 0 comments
Open

Type argument inference depends on irrelevant annotations #705

wmdietl opened this issue Feb 6, 2024 · 0 comments

Comments

@wmdietl
Copy link
Member

wmdietl commented Feb 6, 2024

While fixing #704 I noticed that the Regex Checker failed on the test case only if the @NonNull annotation was present on the return type of the or method.

As @NonNull is not part of the Regex type hierarchy, it should not make a difference for type inference whether that annotation is present or not.

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