dvdkruk / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

References to types other than messages in descriptor.proto cannot be resolved. #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

import "google/protobuf/descriptor.proto";

message FieldType {
  optional proto2.FieldDescriptorProto.Type type = 1;
}

Original issue reported on code.google.com by alr...@google.com on 20 Jan 2012 at 11:24

GoogleCodeExporter commented 9 years ago
r4c482699330f

Original comment by alr...@google.com on 20 Jan 2012 at 11:39