summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PLazySendInvalid.ipdl
blob: 282a007addc0deb8a056459892b388e930d71032 (plain)
1
2
3
4
5
6
//error: unexpected value for valueless attribute `LazySend'

async protocol PLazySendInvalid {
child:
    [LazySend=Invalid] async Message();
};