Revert "Remove test for overloaded function."
This reverts commit 93800287fb
.
Change-Id: I95b0aeb64eaf9938c6558e5817bd79c3f2e5496e
This commit is contained in:
parent
93800287fb
commit
a3d9fe2cd4
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