Add comment about FileDescriptor not exposing a declaration

pull/5181/head
Jon Skeet 7 years ago committed by Jon Skeet
parent 1711999078
commit 988b381c83
  1. 3
      csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs

@ -42,6 +42,9 @@ namespace Google.Protobuf.Test.Reflection
{
static readonly FileDescriptor unitTestProto3Descriptor = LoadProtos();
// Note: we don't expose a declaration for FileDescriptor as it doesn't have comments
// at the moment and the locations aren't terribly useful.
[Test]
public void ServiceComments()
{

Loading…
Cancel
Save