File: test2.proto

package info (click to toggle)
gradle-plugin-protobuf 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: xml: 47; java: 6; makefile: 2; sh: 1
file content (3 lines) | stat: -rw-r--r-- 49 bytes parent folder | download | duplicates (3)
1
2
3
message Test2Msg {
    optional string bar = 1;
}