Add test for eliding bitfield returns. am: 8b54c22992 am: 3b353f7905 am: 42dcb27402

am: 9efa6c79a3

Change-Id: I952aab1189c69bc5c97b3646fd9b246bf8c12738
This commit is contained in:
Yifan Hong
2016-12-13 01:32:55 +00:00
committed by android-build-merger

View File

@@ -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);
};