| // Extra empty file comments. |
| package protobuf_editions_test.proto2; |
| Multiline message comment - no asterisk |
| Multiline field comment - no asterisk |
| optional string field = 1; |
| * Multiline message comment - single asterisk |
| * Multiline message comment - single asterisk |
| optional string field = 1; |
| * Exactly one trait must be set. Extension # is vendor_id + 1. |
| * Exactly one trait must be set. Extension # is vendor_id + 1. |
| optional string field = 1; |
| // Extra empty message comments. |
| // Extra empty field comments. |
| optional string field = 1; |