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

am: e8d4931930

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