1 2 3 4 5 6 7
//error: argument typename `X' of message `Test' has not been declared protocol PBadArrayBase { child: async Test(X[] x); async __delete__(); };