Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit b027f46

Browse files
Add proto file for unwrap test (#25)
1 parent 8366c0e commit b027f46

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/inputs/unwrap/unwrap.proto

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
syntax = "proto3";
2+
3+
package unwrap;
4+
5+
message NestedMessage {
6+
int32 x = 1;
7+
}
8+
9+
message Message {
10+
NestedMessage x = 1;
11+
}

0 commit comments

Comments
 (0)