extensions_a.proto 327 B

123456789101112
  1. syntax = "proto3";
  2. option csharp_namespace = "Google.Protobuf.TestProtos.Extensions";
  3. // This file is used as part of a unit test for issue 6936
  4. // We don't need to use it, we just have to import it in both b and c
  5. import "google/protobuf/descriptor.proto";
  6. extend google.protobuf.MessageOptions {
  7. string opt = 50000;
  8. }