-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Milestone
Description
constructor calls (non-constant invocations; like treating the constructor also as a static method and collecting the provided constant parameters)
Some things to solve over normal static calls:
- What to do with super-calls to such constructors? Are they considered invocations with all dynamic arguments? The compilers don't necessarily inline the constructors and their arguments.
- What to do with const constructors? [record_use] Correctness: Scope
constinstance recording to annotations only #2719 proposes to stop recording const instances that are not in an annotation position.
@schultek Could you please provide some code snippets of your wished use cases 🙏
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo