Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / node_modules / protobufjs / tests / proto2js / Bar.proto
1 // Bar.proto\r
2 import "Foo.proto";\r
3 \r
4 // really extend Bar but that produces an empty constructor. \r
5 extend Foo {\r
6     required string buzz = 2;\r
7 }\r