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

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

Issue 1624853002: Store the result of type inference in summaries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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/prelinker_test.dart
diff --git a/pkg/analyzer/test/src/summary/prelinker_test.dart b/pkg/analyzer/test/src/summary/prelinker_test.dart
index 787738c8ca521ae8dd416a12de121c819a869e42..39e43bddb6bf30bfb0f53a78023eec9cf24569ea 100644
--- a/pkg/analyzer/test/src/summary/prelinker_test.dart
+++ b/pkg/analyzer/test/src/summary/prelinker_test.dart
@@ -37,6 +37,9 @@ class PrelinkerTest extends SummarizeElementsTest {
bool get skipFullyLinkedData => true;
@override
+ bool get strongMode => false;
+
+ @override
Source addNamedSource(String filePath, String contents) {
Source source = super.addNamedSource(filePath, contents);
uriToPublicNamespace[absUri(filePath)] =

Powered by Google App Engine
This is Rietveld 408576698