Sign in
appsheet-third-party
/
protobuf.js
/
c64ff7b4da16e97fea52d5d2eb3c40f76e43cf8f
/
.
/
tests
/
split
/
test.proto
blob: 2b08a4f49771d9705833471e42d33b2cffc1cf1d [
file
] [
log
] [
blame
]
option
(
foo
)
=
"bar"
;
package
com
;
message
Outer
{
optional
Inner
inner
=
1
;
optional
Other
other
=
2
;
message
Inner
{
}
}
message
Other
{
required
uint32
var
=
1
;
}