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

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