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

Fixed various type issues #337

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Fixed various type issues #337

merged 1 commit into from
Oct 9, 2023

Conversation

traceyyoshima
Copy link
Contributor

Changes:

  • Declaring types of function calls with generic type parameters will contain the appropriate bounded types.
  • The name of a destruct declaration initializer will contain the type rather than null.
  • Anonymous objects with delegate constructors will contain the method type.

Fixed method signature for function calls with generic type parameters.
Added type to name of destructs based on return type from initializer.
Added method type from delegate constructor of anonymous objects.
@traceyyoshima traceyyoshima merged commit abc7ddc into main Oct 9, 2023
@traceyyoshima traceyyoshima deleted the destruct-declarations branch October 9, 2023 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant