Merge "Added test for overloading." am: a3ba3c359c
am: 51eac9ecae
Change-Id: I4e57905a1d5d22759021db4412f44b635da6e494
This commit is contained in:
commit
0a94cf6e57
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