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