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

Commit 7f49aa4b 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

Change-Id: I61011d8caae8aafddff018338746b08c8012f543
parents e09bb069 e8d49319
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);
};