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

Commit 59cd3a4c authored by Yifan Hong's avatar Yifan Hong
Browse files

Update test for method name and result name.

Test: compiles

Bug: 33277700

Change-Id: I40de6f09da8d8bf9d03516bfb7a65a54d01fa18a
parent 8b54c229
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);
};