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
Swift: extract some more Expr
#11190
base: main
Are you sure you want to change the base?
Conversation
| class ObjectLiteralExpr extends Synth::TObjectLiteralExpr, LiteralExpr { | ||
| override string getAPrimaryQlClass() { result = "ObjectLiteralExpr" } | ||
|
|
||
| /** | ||
| * Gets the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wat?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm . all alone at the end is weird
| * An ambiguous expression that might refer to multiple declarations. This will be present only | ||
| * for failing compilations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity: Will it ever then actually be in a real database?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think not, not unless:
- there's an actual failure in the compilation, or
- there's a bug in our extractor


No description provided.