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

Unified Diff: pkg/analyzer/test/src/context/context_test.dart

Issue 2488043002: Enable generic method support by default (Closed)
Patch Set: clean up Created 4 years, 1 month 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/context/context_test.dart
diff --git a/pkg/analyzer/test/src/context/context_test.dart b/pkg/analyzer/test/src/context/context_test.dart
index 13a5526e6f35aa564a4773087e0e15a4301b28ac..2379a053459b0429180b987a4f0f32fc5ac800c2 100644
--- a/pkg/analyzer/test/src/context/context_test.dart
+++ b/pkg/analyzer/test/src/context/context_test.dart
@@ -2543,9 +2543,7 @@ import 'package:crypto/crypto.dart';
}
void test_resolveCompilationUnit_existingElementModel() {
- prepareAnalysisContext(new AnalysisOptionsImpl()
- ..enableGenericMethods = true
- ..strongMode = true);
+ prepareAnalysisContext(new AnalysisOptionsImpl()..strongMode = true);
Source source = addSource(
'/test.dart',
r'''
« no previous file with comments | « pkg/analyzer/test/src/context/builder_test.dart ('k') | pkg/analyzer/test/src/summary/resynthesize_ast_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698