Skip to content

Cast does not work on array access properly #395

Open
@BSteffaniak

Description

@BSteffaniak

This works,

public var BinaryNode<E> left <=> (BinaryNode<E>)(this[0])

but this...

public var BinaryNode<E> left <=> (BinaryNode<E>)this[0]

... is parsed like (BinaryNode<E>)this instead of (BinaryNode<E>)this[0]

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions