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

This commit is contained in:
Treehugger Robot
2016-12-13 20:30:37 +00:00
committed by Gerrit Code Review

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