Merge "Revert "Remove test for overloaded function.""
am: 45ca9939a0
Change-Id: Ie40c94a2e3271f4aaf4b36caf8f91fc0a0d3b24d
This commit is contained in:
commit
ac1287c8f6
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ interface IFoo {
|
|||
};
|
||||
|
||||
doThis(float param);
|
||||
doThis(uint32_t param);
|
||||
doThatAndReturnSomething(int64_t param) generates (int32_t result);
|
||||
doQuiteABit(int32_t a, int64_t b, float c, double d) generates (double something);
|
||||
doSomethingElse(int32_t[15] param) generates (int32_t[32] something);
|
||||
|
|
Loading…
Reference in a new issue