4 lines
92 B
Protocol Buffer
4 lines
92 B
Protocol Buffer
|
message TestSingleQuoteString {
|
||
|
required string a = 1 [ default = 'hello world' ];
|
||
|
}
|