2016-12-27 08:10:47 -08:00

15 lines
167 B
Thrift

/* comment */
/** doc comment */
namespace cpp shared // inline comment
struct Foo1 {
1: i32 key
2: string value
}
service Foo2 {
Foo1 bar(1: i32 key)
}