Skip to content

LanguageFeatures/Patterns/constant_A03_t05 #1740

@alexmarkov

Description

@alexmarkov

Typo:

Expect.equals("<dynamic, dynamic>{1: -2}", testMap(const {1: -2}));

if (value case const <dynamic, dynamic>{1: 2}) {
return "<dynamic, dynamic>{1: -2}";

Probably should be <dynamic, dynamic>{1: -2} at line 62.

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