Open
Description
Reproducible test here
Steps to reproduce:
- Create a async function and pass an integer to it and assert that the return value is an integer.
- Pass a double and assert that the return value is a double.
- Pass a integer value and assert that the return value is an integer.
Right now, step (3) fails and returns an double.
Note: This only happens when we use an async function. Synchronous function do seem to work fine 👍
Metadata
Metadata
Assignees
Labels
No labels