github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/_example/proto/issue_292/trailingcomment.proto (about) 1 syntax = "proto3"; 2 3 message xyz { 4 string a = 1; // first arg 5 6 // next arg 7 bool b = 2; 8 }