8 lines
70 B
Plaintext
8 lines
70 B
Plaintext
|
package test6;
|
||
|
|
||
|
import test6.Foo;
|
||
|
|
||
|
parcelable Bar {
|
||
|
Foo[] foos;
|
||
|
}
|