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 Class literals default and add class literal node in CFG #550

Open
wants to merge 50 commits into
base: master
Choose a base branch
from

Conversation

Ao-senXiong
Copy link
Member

@Ao-senXiong Ao-senXiong commented Aug 4, 2023

Fixes #548.

@Ao-senXiong Ao-senXiong marked this pull request as draft August 4, 2023 01:10
Copy link
Member

@wmdietl wmdietl left a comment

Choose a reason for hiding this comment

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

Thanks for starting on this!

@wmdietl
Copy link
Member

wmdietl commented Aug 8, 2023

#548

You need to say something like Fixes #548 for GitHub to make the connection to the issue.

@Ao-senXiong Ao-senXiong mentioned this pull request Aug 9, 2023
@Ao-senXiong Ao-senXiong marked this pull request as ready for review October 16, 2023 05:21
@Ao-senXiong Ao-senXiong requested a review from wmdietl December 16, 2024 09:23
@Ao-senXiong Ao-senXiong assigned wmdietl and unassigned Ao-senXiong Dec 17, 2024
@Ao-senXiong Ao-senXiong changed the title Fix Class literals in field access and related type checks Fix Class literals default and add class literal node in CFG Dec 17, 2024
*
* @param tree a tree that might be a field access
* @return the element if tree is a field access expression (implicit or explicit); null
* otherwise
*/
// TODO: fix value for class literals and qualified this, which are not field accesses.
// TODO: fix value for qualified this, which is not field accesses.
Copy link
Member Author

Choose a reason for hiding this comment

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

I will try to fix qualified this in another PR as this will make review easier.

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.

Class literals in CFGs and their type with conservative nullness
2 participants