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

Unified Diff: test/checker/checker_test.dart

Issue 980103002: Disable infer-from-overrides by default (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Reformat Created 5 years, 10 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 | « lib/src/testing.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/checker/checker_test.dart
diff --git a/test/checker/checker_test.dart b/test/checker/checker_test.dart
index 5652749ee3077d9505d308ee141e85febd29d158..30995002972b9f56a08a69cbd33a9a3fc7ff7bb9 100644
--- a/test/checker/checker_test.dart
+++ b/test/checker/checker_test.dart
@@ -1683,7 +1683,7 @@ main() {
/*severe:InvalidMethodOverride*/dynamic get f4 => null;
}
'''
- });
+ }, inferFromOverrides: true);
});
test('setter/setter override', () {
@@ -1769,7 +1769,7 @@ main() {
/*severe:InvalidMethodOverride*/dynamic m6(dynamic value) {}
}
'''
- });
+ }, inferFromOverrides: true);
});
test('binary operators', () {
« no previous file with comments | « lib/src/testing.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698