Skip to content

SA1011 triggers for indexer with range syntax #3708

@boerdereinar

Description

@boerdereinar

SA1011 triggers when using an indexer with the range syntax.

var x = new int[5];
var y = x[0]..;
//         ^ SA1011

Version: 1.2.0-beta.507

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions