Merge "Update test for method name and result name." am: e8d4931930 am: 7f49aa4b75

am: c32a29210e

Change-Id: I4ed4ee8df3dcf2342cb1343402eab4d0b06fc411
This commit is contained in:
Yifan Hong
2016-12-13 20:48:59 +00:00
committed by android-build-merger

View File

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