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

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

Add test for eliding bitfield returns. am: 8b54c229

am: 3b353f79

Change-Id: I9688f47c38bc68cf77b00eb2e88e934173d269a4
parents 14154da6 3b353f79
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,4 +55,6 @@ interface IBaz extends IBase {
    haveAStringVec(vec<string> vector) generates (vec<string> result);

    returnABunchOfStrings() generates (string a, string b, string c);

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