summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PBadSideImpl.ipdl
blob: 75aebd46705c3371760659c7d1321b5c02fcd1e1 (plain)
1
2
3
4
5
6
7
8
//error: invalid value for attribute `ParentImpl', expected one of: virtual, StringLiteral
//error: invalid value for attribute `ChildImpl', expected one of: virtual, StringLiteral

[ParentImpl=NotQuoted, ChildImpl]
async protocol PBadSideImpl {
 parent:
  async __delete__();
};