-
Notifications
You must be signed in to change notification settings - Fork 92
Milestone
Description
Looking at
- For each
in
parameter of the method, if there is a corresponding expression that is an lvalue, its ref-safe-to-escape, otherwise the nearest enclosing scope
This is only correct if the argument has an identity conversion to the type of the parameter. For any other type of conversion, I think it should be "nearest enclosing scope" because a copy will be made.
Metadata
Metadata
Assignees
Labels
No labels