Skip to content

Commit

Permalink
Test case for issue danielgtaylor#60
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed May 24, 2020
1 parent ca20069 commit cdf7645
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
syntax = "proto3";

import "root.proto";

package child;

// Tests generated imports when a message inside a child-package refers to a message defined in the root.

message Test {
RootMessage message = 1;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
syntax = "proto3";


message RootMessage {
}

0 comments on commit cdf7645

Please sign in to comment.