Skip to content

NRT issue in new cast simplifier #57064

@CyrusNajmabadi

Description

@CyrusNajmabadi
       {
             _tree = tree;
             _location = location;
-            _typeMap = _tree.Types.OfType<AbstractNode>().ToDictionary(t => t.Name, t => (AbstractNode?)t);
+            _typeMap = _tree.Types.OfType<AbstractNode>().ToDictionary(t => t.Name, t => t);
             _typeMap.Add("IOperation", null);
         }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-IDEuntriagedIssues and PRs which have not yet been triaged by a lead

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions