summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PBadArrayBase.ipdl
blob: 4afdcb4c8e1153fec9af02e58f6c6d736ccd21f5 (plain)
1
2
3
4
5
6
7
//error: argument typename `X' of message `Test' has not been declared

protocol PBadArrayBase {
child:
  async Test(X[] x);
  async __delete__();
};