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

10 lines
165 B
Protocol Buffer

// single line comment
/**
* Naranjas.
*/
message TestC { // one more
required /***** uncommon block ****/int32 a = 1; // another more
}
// the end.