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

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

Issue 1737903005: Properly resynthesize ClassElementImpl.hasBeenInferred. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
Index: pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart b/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
index b6a92587b83b02d09aeef6fc8fcfd9919f79f54c..37c2f4a2cab144a32580a7df27cafe5f959fbcc3 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
@@ -18,5 +18,6 @@ main() {
@reflectiveTest
class ResynthStrongTest extends ResynthTest {
@override
- AnalysisOptionsImpl get options => super.options..strongMode = true;
+ AnalysisOptionsImpl createOptions() =>
+ super.createOptions()..strongMode = true;
}
« 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