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

[NestedUpTo=invalid] async protocol PExtendedAttrInvalidValue {
parent:
    async Msg();
};