Index: runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart |
diff --git a/runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart b/runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart |
index 6f1f72731ef51d852fd7bf641cc13c9624a83cbe..daef8d0a3d341c03f273f7b60669776e54810a12 100644 |
--- a/runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart |
+++ b/runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart |
@@ -15,6 +15,7 @@ import 'evaluate_activation_in_method_class_other.dart'; |
var topLevel = "TestLibrary"; |
+// ignore: mixin_inherits_from_not_object |
class Subclass extends Superclass with Klass { |
var _instVar = 'Subclass'; |
var instVar = 'Subclass'; |