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

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart

Issue 1949603003: Finer grain control over specifying which variables have invalid constant initializers. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
index 214f6d545e0aa22bf62a3ad934d8e1fb70a6d4dc..fdef58651491878220574ed8234ebc074428cd3a 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -153,6 +153,12 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
}
@override
+ void test_canInferAlsoFromStaticAndInstanceFieldsFlagOn() {
+ variablesWithNotConstInitializers.add('a2');
+ super.test_canInferAlsoFromStaticAndInstanceFieldsFlagOn();
+ }
+
+ @override
@failingTest
void test_genericMethods_inferJSBuiltin() {
super.test_genericMethods_inferJSBuiltin();
« no previous file with comments | « pkg/analyzer/lib/src/summary/resynthesize.dart ('k') | pkg/analyzer/test/src/summary/resynthesize_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698