summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/conflictProtocolMsg.ipdl
blob: b223dab78371b76ea690f8661c177341874ac232 (plain)
1
2
3
4
5
6
7
8
9
//error: ctor for protocol `conflictProtocolMsg', which is not managed by protocol `conflictProtocolMsg'

protocol conflictProtocolMsg {

    // it's an error to re-use the protocol name as a message ID; these
    // are reserved
child: async conflictProtocolMsg();

};