unittest_issue6936_a.proto 404 B

123456789101112131415
  1. syntax = "proto3";
  2. package unittest_issues;
  3. option csharp_namespace = "UnitTest.Issues.TestProtos";
  4. // This file is used as part of a unit test for issue 6936
  5. // We don't need to use it, we just have to import it in both
  6. // "extensions_issue6936_b.proto" and "extensions_issue6936_c.proto"
  7. import "google/protobuf/descriptor.proto";
  8. extend google.protobuf.MessageOptions {
  9. string opt = 50000;
  10. }