cuelang.org/go@v0.10.1/encoding/protobuf/testdata/istio.io/api/other/trailcomment.proto (about)

     1  // Issue #586
     2  package foo
     3  
     4  message Bar {
     5      oneof Foo {
     6          string a = 1;
     7          // hello world
     8  
     9          string b = 2;
    10          // hello world
    11      }
    12  
    13      int32 c = 3;
    14      // hello world
    15  }