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

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

Issue 2210293002: infer null from context, this avoids bottom being introduced (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 420d515416113c8bff7e31fc33ef5302404cf74e..a9b6f518e7fcb5e04843a06fa2db01913eea01a9 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -144,6 +144,12 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
}
@override
+ @failingTest
+ void test_bottom() {
+ super.test_bottom();
+ }
+
+ @override
void test_canInferAlsoFromStaticAndInstanceFieldsFlagOn() {
variablesWithNotConstInitializers.add('a2');
super.test_canInferAlsoFromStaticAndInstanceFieldsFlagOn();

Powered by Google App Engine
This is Rietveld 408576698