Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c32a2921 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Update test for method name and result name." am: e8d49319

am: 7f49aa4b

Change-Id: Idd05a347009a81f6a0cb2c2445733cacbee4b2e4
parents 86b187c4 7f49aa4b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,4 +57,6 @@ interface IBaz extends IBase {
    returnABunchOfStrings() generates (string a, string b, string c);

    returnABitField() generates (bitfield<BitField> good);

    size(uint32_t size) generates (uint32_t size);
};