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

Unified Diff: lib/src/protobuf/readonly_message.dart

Issue 2778923002: Avoid private override via mixin (Closed)
Patch Set: Created 3 years, 9 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 | « lib/src/protobuf/generated_message.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/protobuf/readonly_message.dart
diff --git a/lib/src/protobuf/readonly_message.dart b/lib/src/protobuf/readonly_message.dart
index 1694d75a91a6add23b595b5089c92b29168577cf..57cf76930f64336958da756780a2927a0d0bf062 100644
--- a/lib/src/protobuf/readonly_message.dart
+++ b/lib/src/protobuf/readonly_message.dart
@@ -8,8 +8,6 @@ part of protobuf;
abstract class ReadonlyMessageMixin {
BuilderInfo get info_;
- bool get _isReadOnly => true;
-
void addExtension(Extension extension, var value) =>
_readonly("addExtension");
« no previous file with comments | « lib/src/protobuf/generated_message.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698