Skip to content

ExpressionLambdaRewriter.VisitArrayAccess check seems off #6805

@bartdesmet

Description

@bartdesmet
if (node.Type != _int32Type)

looks like it should be

if (arg.Type != _int32Type)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions