aboutsummaryrefslogtreecommitdiff
path: root/tests/versioned/android/aidl/versioned/tests/Foo.aidl
blob: acf76209bbb908b9d57b965dbc2f4ee46bf6d972 (plain)
1
2
3
4
5
6
7
package android.aidl.versioned.tests;

parcelable Foo {
    // V1 is empty
    // V2
    int intDefault42 = 42;
}