test/stubgen: add interface gen test
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@0xa1a2a3a4a5a6a7a8;
|
||||
|
||||
struct Person {
|
||||
name @0 :Text;
|
||||
age @1 :Int32;
|
||||
}
|
||||
|
||||
enum Status {
|
||||
active @0;
|
||||
inactive @1;
|
||||
}
|
||||
Reference in New Issue
Block a user