Skip to content

Dart 2 issue in front_end #32867

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

Closed
natebosch opened this issue Apr 12, 2018 · 1 comment
Closed

Dart 2 issue in front_end #32867

natebosch opened this issue Apr 12, 2018 · 1 comment
Labels
closed-duplicate Closed in favor of an existing report front-end-fasta legacy-area-front-end Legacy: Use area-dart-model instead.

Comments

@natebosch
Copy link
Member

~/.pub-cache/hosted/pub.dartlang.org/front_end-0.1.0-alpha.9/lib/src/fasta/source/outline_builder.dart:736:49: Error: A value of type 'dart.core::List<dynamic>' can't be assigned to a variable of type 'dart.core::Iterable<fasta.formal_parameter_builder::FormalParameterBuilder<fasta.type_builder::TypeBuilder>>'.
Try changing the type of the left hand side, or casting the right hand side to 'dart.core::Iterable<fasta.formal_parameter_builder::FormalParameterBuilder<fasta.type_builder::TypeBuilder>>'.
        formals.setRange(count, formals.length, last);

This will prevent running any test in Dart 2 mode.

@a-siva a-siva added the legacy-area-front-end Legacy: Use area-dart-model instead. label Apr 12, 2018
@peter-ahe-google peter-ahe-google added the closed-duplicate Closed in favor of an existing report label Apr 13, 2018
@peter-ahe-google
Copy link
Contributor

This is a duplicate of #31623.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report front-end-fasta legacy-area-front-end Legacy: Use area-dart-model instead.
Projects
None yet
Development

No branches or pull requests

3 participants