Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: pkg/front_end/lib/src/fasta/builder/builder.dart

Issue 2862223002: Rewrite mixin application handling in Fasta. (Closed)
Patch Set: Update status file. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/language/dartLangSpec.tex ('k') | pkg/front_end/lib/src/fasta/builder/class_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/builder/builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/builder.dart b/pkg/front_end/lib/src/fasta/builder/builder.dart
index 90e4ffda163dedf0b03433c58fcbedca3c0be6ae..dffdfec22bc152b13af4e6f4124a10f48c9257df 100644
--- a/pkg/front_end/lib/src/fasta/builder/builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/builder.dart
@@ -24,8 +24,6 @@ export 'type_variable_builder.dart' show TypeVariableBuilder;
export 'function_type_alias_builder.dart' show FunctionTypeAliasBuilder;
-export 'named_mixin_application_builder.dart' show NamedMixinApplicationBuilder;
-
export 'mixin_application_builder.dart' show MixinApplicationBuilder;
export 'enum_builder.dart' show EnumBuilder;
@@ -124,6 +122,8 @@ abstract class Builder {
bool get isConst => false;
+ bool get isSynthetic => false;
+
get target => internalError("Unsupported operation $runtimeType.");
bool get hasProblem => false;
« no previous file with comments | « docs/language/dartLangSpec.tex ('k') | pkg/front_end/lib/src/fasta/builder/class_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698