Open zcCarl opened 1 year ago
#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