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

Unified Diff: lib/enum_generator.dart

Issue 128003003: Fix issue with importing packages where the package name included a dot (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Update pubspec version Created 6 years, 11 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/code_generator.dart ('k') | lib/extension_generator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/enum_generator.dart
diff --git a/lib/enum_generator.dart b/lib/enum_generator.dart
index 1f451f1eaeccb807438609aa1dad7f784ae534e1..771dd12eff08fccc08908b03110c57ae37a6802b 100644
--- a/lib/enum_generator.dart
+++ b/lib/enum_generator.dart
@@ -10,7 +10,7 @@ class EnumAlias {
EnumAlias(this.value, this.canonicalValue);
}
-class EnumGenerator implements ProtobufContainer {
+class EnumGenerator extends ProtobufContainer {
final ProtobufContainer _parent;
final String classname;
final String fqname;
« no previous file with comments | « lib/code_generator.dart ('k') | lib/extension_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698