Internal changes

PiperOrigin-RevId: 698817552
pull/19328/head
Mike Kruskal 1 week ago committed by Copybara-Service
parent 0325132bf4
commit c2394d936a
  1. 14
      editions/codegen_tests/proto2_multiline_comments.proto

@ -1,3 +1,7 @@
//
// Extra empty file comments.
//
syntax = "proto2";
package protobuf_editions_test.proto2;
@ -31,3 +35,13 @@ message Message3 {
*/
optional string field = 1;
}
//
// Extra empty message comments.
//
message Message4 {
//
// Extra empty field comments.
//
optional string field = 1;
}

Loading…
Cancel
Save