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

Commit 07e65977 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 am: c32a2921

am: fc5c6753

Change-Id: Ia9820692a4f1caec2f78e7077e7c0b989d579003
parents e8680cb2 fc5c6753
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);
};