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

Unified Diff: pkg/analyzer/test/src/task/strong/strong_test_helper.dart

Issue 2980383002: ignore `@proxy` in strong mode (Closed)
Patch Set: Created 3 years, 5 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/analyzer/test/src/task/strong/strong_test_helper.dart
diff --git a/pkg/analyzer/test/src/task/strong/strong_test_helper.dart b/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
index 0dae12ebebcda781c22eb076d3d5c9a634046fdd..43b66d9a51fe105a6b3e9ad812a9aabc7bc10068 100644
--- a/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
+++ b/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
@@ -345,8 +345,6 @@ class AbstractStrongTest {
var analysisResult = await _resolve(source);
errors.addAll(analysisResult.errors.where((e) =>
- // TODO(jmesserly): these are usually intentional dynamic calls.
- e.errorCode.name != 'UNDEFINED_METHOD' &&
// We don't care about any of these:
e.errorCode != HintCode.UNUSED_ELEMENT &&
e.errorCode != HintCode.UNUSED_FIELD &&
« no previous file with comments | « pkg/analyzer/test/src/task/strong/inferred_type_test.dart ('k') | pkg/dev_compiler/test/not_yet_strong_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698