test/stubgen: add tests for schema transpiling
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@0xc4b1d8e2f3a7c906;
|
||||
|
||||
struct Person {
|
||||
name @0 :Text;
|
||||
age @1 :Int32;
|
||||
email @2 :Text;
|
||||
}
|
||||
|
||||
enum Gender {
|
||||
male @0;
|
||||
female @1;
|
||||
other @2;
|
||||
}
|
||||
Reference in New Issue
Block a user