1 2 3 4 5 6 7 8 9
include protocol PmultiManager1; include protocol PmultiManager2; protocol PmultiManaged { manager PmultiManager1 or PmultiManager2; child: async __delete__(); };