Simulator first commit
This commit is contained in:
8
node_modules/protobufjs/tests/dupimport/dep2.proto
generated
vendored
Normal file
8
node_modules/protobufjs/tests/dupimport/dep2.proto
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
package main;
|
||||
|
||||
import "dep1.proto";
|
||||
|
||||
message Dep2 {
|
||||
optional main.Dep1 test1 = 1;
|
||||
optional main.Common test2 = 2;
|
||||
}
|
Reference in New Issue
Block a user