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

Unified Diff: pkg/front_end/lib/compiler_options.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/compilation_error.dart ('k') | pkg/front_end/lib/resolved_ast_generator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/compiler_options.dart
diff --git a/pkg/front_end/lib/compiler_options.dart b/pkg/front_end/lib/compiler_options.dart
index 1c496f10bc1cc88c86ba48bbe6b57a210a44f107..a497f5779149a0b5b6225af8df96d959eb4baed5 100644
--- a/pkg/front_end/lib/compiler_options.dart
+++ b/pkg/front_end/lib/compiler_options.dart
@@ -13,6 +13,8 @@ typedef void ErrorHandler(CompilationError error);
///
/// TODO(paulberry): add a mechanism to allow file system operations to be
/// stubbed out for testing.
+///
+/// Not intended to be implemented or extended by clients.
class CompilerOptions {
/// The path to the Dart SDK.
///
« no previous file with comments | « pkg/front_end/lib/compilation_error.dart ('k') | pkg/front_end/lib/resolved_ast_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698