Description
Description
In the current implementation, new typedesc instruction generates when value is created.
When considering the following example. we create two new typedesc instructions for record{int k = 10;}
type.
function foo() {
record{int k = 10;} m;
m = {};
m = {k: 15};
}
Describe your task(s)
No response
Related area
-> Compilation
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
Metadata
Metadata
Assignees
Type
Projects
Status
PR Sent