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

am: 7f49aa4b75

Change-Id: Idd05a347009a81f6a0cb2c2445733cacbee4b2e4
This commit is contained in:
Yifan Hong
2016-12-13 20:42: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);
};