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

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

Issue 2862223002: Rewrite mixin application handling in Fasta. (Closed)
Patch Set: 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
Index: pkg/front_end/lib/src/fasta/builder/type_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/type_builder.dart b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
index 8d212ef0bd7b50c7e972bf8aee77bc30d8a438df..b266e0fc373e17b0eed655554781e0d21322ecd8 100644
--- a/pkg/front_end/lib/src/fasta/builder/type_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
@@ -39,12 +39,4 @@ abstract class TypeBuilder extends Builder {
printOn(sb);
return "$sb";
}
-
- TypeBuilder computeMixin(
- Uri fileUri, int charOffset, LibraryBuilder library) {
- library.addCompileTimeError(
- charOffset, "The type '$fullNameForErrors' can't be mixed in.",
- fileUri: fileUri);
- return this;
- }
}

Powered by Google App Engine
This is Rietveld 408576698