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

Left overs for semantic analyzer #14

Open
agcom opened this issue Nov 22, 2021 · 0 comments
Open

Left overs for semantic analyzer #14

agcom opened this issue Nov 22, 2021 · 0 comments
Labels
feature New feature

Comments

@agcom
Copy link
Owner

agcom commented Nov 22, 2021

  • Switch case expression can only be constant (CaseConstant).
  • Field, interface field, record compact constructor, and annotation interface field can't have type parameters.
  • Field modifier can't be abstract, synchronized, strictfp, or native.
  • Method modifier can't be transient, or volatile.
  • Field type can't be void.
  • Initializer block modifier can only be static.
  • Interface modifier can't be final.
  • Interface method modifier can't be final.
  • Interface field modifier can't be private, abstract, default, or strictfp.
  • Annotation interface element type can't be void.
  • Annotation interface element modifier can only be public or abstract.
  • Constructor modifier (including record compact constructor) can only be public, protected, or private.
@agcom agcom added the feature New feature label Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant