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

Unified Diff: pkg/front_end/lib/resolved_ast_generator.dart

Issue 2431733002: Add "not intended to be implemented/extended" warnings to pkg/front_end. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « pkg/front_end/lib/compiler_options.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/resolved_ast_generator.dart
diff --git a/pkg/front_end/lib/resolved_ast_generator.dart b/pkg/front_end/lib/resolved_ast_generator.dart
index 3492a70da539ee83c7747e8d1bc7b9f734415f5f..4b37d3888af61c2fd56a60c1d681e0440b8b0ce4 100644
--- a/pkg/front_end/lib/resolved_ast_generator.dart
+++ b/pkg/front_end/lib/resolved_ast_generator.dart
@@ -38,6 +38,8 @@ Future<ResolvedAsts> resolvedAstsFor(
throw new UnimplementedError();
/// Representation of the resolved ASTs of a build unit.
+///
+/// Not intended to be implemented or extended by clients.
@deprecated
abstract class ResolvedAsts {
/// The resolved ASTs of the build unit's source libraries.
« no previous file with comments | « pkg/front_end/lib/compiler_options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698