Skip to content

fix: support await expressions in proper_super_calls (#235)#291

Open
solid-illiaaihistov wants to merge 1 commit into
solid-software:analysis_server_migrationfrom
solid-illiaaihistov:fix-235-support-await-expressions-in-proper_super_calls
Open

fix: support await expressions in proper_super_calls (#235)#291
solid-illiaaihistov wants to merge 1 commit into
solid-software:analysis_server_migrationfrom
solid-illiaaihistov:fix-235-support-await-expressions-in-proper_super_calls

Conversation

@solid-illiaaihistov

Copy link
Copy Markdown
Contributor

Fixes #235

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the ProperSuperCallsVisitor to correctly handle parenthesized and awaited expressions when checking for proper super calls. It also adds corresponding unit tests to verify that correct usage of async and parenthesized super calls does not trigger diagnostics. I have no feedback to provide as there are no review comments.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@solid-illiaaihistov

Copy link
Copy Markdown
Contributor Author

/gemini review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the ProperSuperCallsVisitor to correctly handle parenthesized expressions and AwaitExpressions when verifying super calls. It also adds corresponding unit tests to ensure that correct asynchronous and parenthesized usages do not trigger diagnostics. There are no review comments, so no additional feedback is provided.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

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