1 package test6;
2 
3 import test6.Foo;
4 
5 parcelable Bar {
6     Foo[] foos;
7 }
8