summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PExtendedAttrRepeated.ipdl
blob: e33411a8771b04a8a56effc6ffdc0bfcd4090ba3 (plain)
1
2
3
4
5
6
//error: Repeated extended attribute `RefCounted'

[RefCounted, RefCounted] async protocol PExtendedAttrRepeated {
parent:
    async Msg();
};