zcCarl opened this issue a year ago · 1 comments
#wrong photo syntax = "proto3"; message A { B f1 = 1; } message B { string f1 = 1 ; } #Right photo message A { message B { string f1 = 1; } B f1 = 1; }
Please clarify your question, I don't understand