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

protocol PBadUniquePtrBase {
child:
  async Test(UniquePtr<UndeclaredType> x);
  async __delete__();
};