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 some typos in the static access shorthand proposal #4194

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sgrekhov
Copy link
Contributor

@sgrekhov sgrekhov commented Dec 4, 2024

  • <selector*> changed to <selector>*
  • "Expressions of the forms .new<typeArgs> or .new<typeArgs> ..." changed to "Expressions of the forms .new<typeArgs>(args) or .new<typeArgs> ..."
  • "If an expression has the form e1 == e2 or e1 != e2, or a pattern has the form == e2,..." added "... or != e2,..."
  • " Static tear-offs are constant. Instantiated static tear-offs are constant if the inferred type arguments are. that is not a constant expression.)" - removed "that is not a constant expression.)"

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.

1 participant