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

Unified Diff: pkg/front_end/lib/compilation_error.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 | « no previous file | pkg/front_end/lib/compiler_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/compilation_error.dart
diff --git a/pkg/front_end/lib/compilation_error.dart b/pkg/front_end/lib/compilation_error.dart
index 6233f0d2fd06152daf8d35e29ca200475d34bb6c..2211ae98c2237e5b9c5f76568047e71f9f362a0c 100644
--- a/pkg/front_end/lib/compilation_error.dart
+++ b/pkg/front_end/lib/compilation_error.dart
@@ -15,6 +15,8 @@ import 'package:source_span/source_span.dart' show SourceSpan;
///
/// TODO(paulberry): add a correction message, once most analyzer errors have
/// one.
+///
+/// Not intended to be implemented or extended by clients.
abstract class CompilationError {
/// A text description of the compile error.
String get message;
« no previous file with comments | « no previous file | pkg/front_end/lib/compiler_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698