Skip to content

Tests expect unary minus operator to bind too tightly #486

Closed
@nshahan

Description

@nshahan

This tests expect the unary minus operator to bind closer than the method call which is not true.

Expect.listEquals([["here"], ["was", "Lily"]], -list.split(1));

Expect.listEquals([["here"], ["was", "Lily"]], -list.split(1));

Expect.listEquals([["here"], ["was", "Lily"]], -list.split(1));

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions