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

Unified Diff: tests/language_strong/mixin_super_constructor_positionals_test.dart

Issue 2861783002: fix more mixin tests to work in strong mode (Closed)
Patch Set: Created 3 years, 8 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: tests/language_strong/mixin_super_constructor_positionals_test.dart
diff --git a/tests/language_strong/mixin_super_constructor_positionals_test.dart b/tests/language_strong/mixin_super_constructor_positionals_test.dart
index d8c882606bcf85f62ebe1e867f621b40999b7a95..46b72a62dab0a55fbe10ae377f5ee27c7b3e5bbc 100644
--- a/tests/language_strong/mixin_super_constructor_positionals_test.dart
+++ b/tests/language_strong/mixin_super_constructor_positionals_test.dart
@@ -15,8 +15,8 @@ class Base {
}
abstract class M {
- get i;
- get j;
+ int get i;
+ int get j;
int k = 42;
foo() => i + j;
}
« no previous file with comments | « tests/language_strong/mixin_super_constructor_named_test.dart ('k') | tests/language_strong/mixin_super_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698