blob: 1ed600c75f4a6e9b4d84fe9749ba9a1e7de4abe7 [file] [log] [blame]
// Issue #586
package foo
#Bar: {
{} | {
a: string @protobuf(1,string)
// hello world
} | {
b: string @protobuf(2,string)
// hello world
}
c?: int32 @protobuf(3,int32)
// hello world
}