Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / node_modules / protobufjs / tests / proto2js / Bar.proto
diff --git a/legacy-libs/grpc/node_modules/protobufjs/tests/proto2js/Bar.proto b/legacy-libs/grpc/node_modules/protobufjs/tests/proto2js/Bar.proto
new file mode 100644 (file)
index 0000000..309157b
--- /dev/null
@@ -0,0 +1,7 @@
+// Bar.proto\r
+import "Foo.proto";\r
+\r
+// really extend Bar but that produces an empty constructor. \r
+extend Foo {\r
+    required string buzz = 2;\r
+}\r