system/tools/aidl/build/tests_6/test6/Bar.aidl

8 lines
70 B
Plaintext
Raw Normal View History

2025-08-25 08:01:50 +08:00
package test6;
import test6.Foo;
parcelable Bar {
Foo[] foos;
}