summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/ExtendedAttrInvalidNestedValue.ipdl
blob: 64899286dbc7dc6acb74fe8419517ecc3a160d27 (plain)
1
2
3
4
5
6
7
//error: invalid value for attribute `Nested', expected one of: not, inside_sync, inside_cpow

[ChildProc=any]
protocol ExtendedAttrInvalidNestedValue {
child:
  [Nested=invalid] async __delete__();
};