Skip to content

LanguageFeatures/Patterns/variable_A02_t04 #1748

@alexmarkov

Description

@alexmarkov

There is a typo in this test - an extra space between , and final:

return "[<int>$g, final $h]";

([int g, final h]) => "[<int>$g, final $h]",

return "[<int>$g, final $h]";

As a result, there is a mismatch between expected string (which doesn't have an extra space) and actual.

Metadata

Metadata

Assignees

Labels

bad-testReport tests in need of updates. When closed, the tests should be considered good

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions