1 2 3 4 5 6
//error: can't define a protocol in a header. Do it in a protocol spec instead. protocol noProtocolInHeader { child: async __delete__(); };