protobuf.js/tests/data/ambiguous-names.proto

9 lines
82 B
Protocol Buffer

syntax = "proto3";
message A {
string whatever = 1;
}
message B {
A A = 1;
}