message MyMsgA {
extensions 100 to max;
required int32 i = 1;
}
message MyMsgB {
extend MyMsgA {
required MyMsgB b_data = 100;
}
required string s = 1;
}
I'm pretty sure it's not only me who faced with this problem, BUMP.
--