Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698817552
  • Loading branch information
mkruskal-google authored and copybara-github committed Nov 21, 2024
1 parent 0325132 commit c2394d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions editions/codegen_tests/proto2_multiline_comments.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// Extra empty file comments.
//

syntax = "proto2";

package protobuf_editions_test.proto2;
Expand Down Expand Up @@ -31,3 +35,13 @@ message Message3 {
*/
optional string field = 1;
}

//
// Extra empty message comments.
//
message Message4 {
//
// Extra empty field comments.
//
optional string field = 1;
}

0 comments on commit c2394d9

Please sign in to comment.