linx-simulator2/node_modules/protobufjs/tests/proto2js/Bar.proto

8 lines
148 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
// Bar.proto
import "Foo.proto";
// really extend Bar but that produces an empty constructor.
extend Foo {
required string buzz = 2;
}