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

Commit e8d49319 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update test for method name and result name."

parents ac430dba 59cd3a4c
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);
};