summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/Nullable.ipdl
blob: 7761f7364652ff70c10b2ef1fce535da1f906e3c (plain)
1
2
3
4
5
6
//error: `nullable' qualifier for type `int' is unsupported

protocol PNullable {
child:
    async Msg(nullable int i);
};