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

Unified Diff: pkg/front_end/lib/src/fasta/dill/dill_class_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
Index: pkg/front_end/lib/src/fasta/dill/dill_class_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/dill/dill_class_builder.dart b/pkg/front_end/lib/src/fasta/dill/dill_class_builder.dart
index 52eb599699b58a2fa1ce2022f7f4283ac37612c6..123f079e1ca8ec64d8f519215deac07fd636a8d3 100644
--- a/pkg/front_end/lib/src/fasta/dill/dill_class_builder.dart
+++ b/pkg/front_end/lib/src/fasta/dill/dill_class_builder.dart
@@ -53,6 +53,10 @@ class DillClassBuilder extends KernelClassBuilder {
bool get isMixinApplication => cls.isMixinApplication;
KernelTypeBuilder get mixedInType => internalError("Not implemented.");
+
+ void set mixedInType(KernelTypeBuilder mixin) {
+ internalError("Not implemented.");
+ }
}
int computeModifiers(Class cls) {

Powered by Google App Engine
This is Rietveld 408576698