Skip to content

A test gap in GetValEscape method #73549

@AlekseyTs

Description

@AlekseyTs
                case BoundKind.AssignmentOperator:
                    // PROTOTYPE(RefStructInterfaces): We do not have a test that demonstrates that the statement below makes a difference.
                    //                                 If 'scopeOfTheContainingExpression' is always returned, not a single test fails.
                    //                                 Same for the 'case BoundKind.NullCoalescingAssignmentOperator:' below.
                    return GetValEscape(((BoundAssignmentOperator)expr).Right, scopeOfTheContainingExpression);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions