Skip to content

Commit

Permalink
minimal reproducer
Browse files Browse the repository at this point in the history
error reproduced

minimal reproducer
  • Loading branch information
jtjeferreira committed Feb 9, 2022
1 parent d5b9b50 commit 98867e2
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
syntax = "proto3";

option java_multiple_files = true;
option java_package = "org.test.datatypes";

message NoPackageTestMessage {
message NestedTestMessage {
string string = 1;
optional string optional_string = 2;
}
}

0 comments on commit 98867e2

Please sign in to comment.