Skip to content

Commit

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

import "sibling.proto";

// Tests generated imports when a message in the root package refers to another message in the root package

message Test {
SiblingMessage sibling = 1;
}
5 changes: 5 additions & 0 deletions betterproto/tests/inputs/import_root_sibling/sibling.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
syntax = "proto3";

message SiblingMessage {

}

0 comments on commit 5b69978

Please sign in to comment.