Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid test: LanguageFeatures/Set-literals/exact_types_of_literals_A01_t03.dart #215

Closed
bwilkerson opened this issue Jan 8, 2019 · 0 comments
Assignees

Comments

@bwilkerson
Copy link
Member

On line 55, this test attempts to declare a class inside a method.

On line 64, this test attempts to pass a String where an int is expected.

On line 65, this test references the variable l19, which does not exist. I suspect that it intended to reference v19.

On line 73, this test attempts to use const as part of the type name in an is expression, which isn't valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants