Source code

Revision control

Copy as Markdown

Other Tools

//error: `nullable' qualifier for type `int' is unsupported
union Union {
nullable int;
};
[ChildProc=any]
protocol Nullable2 {
child:
async Msg(Union i);
};