linx-simulator2/node_modules/protobufjs/tests/setarray.proto
2019-09-18 11:11:16 +03:00

8 lines
104 B
Protocol Buffer

message Outer {
repeated Inner inners = 4;
}
message Inner {
required string str = 1;
}