Comment #2 on issue 265 by [email protected]: The import is supported only if the imported proto’s package is a subset of the importing proto’s package
http://code.google.com/p/protobuf/issues/detail?id=265

FYI you can also use C.SuperProtoA: the compiler will look for the symbol C.SuperProtoA within the current scope (A.B.D), then move up enclosing scopes until the symbol is found. See the section on name resolution: http://code.google.com/apis/protocolbuffers/docs/proto.html#packages

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to