summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/array_Recursive.ipdl
blob: f5027e229996f840e9c46e6e8e3a8c731ed22a62 (plain)
1
2
3
4
5
//error: bad syntax near `['

protocol array_Recursive {
child: async Msg(int[][] aa);
};