Support nested messages, fix casing. Support test-cases in packages.

This commit is contained in:
boukeversteegh
2020-06-11 13:55:11 +02:00
parent d8abb850f8
commit f7c2fd1194
19 changed files with 332 additions and 162 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ message Test {
Nested nested = 1;
Sibling sibling = 2;
Sibling sibling2 = 3;
// Sibling sibling2 = 3;
}
message Sibling {