If you have `fun foo(a: String)` and `fun foo(a: I...
# javascript
d
If you have
fun foo(a: String)
and
fun foo(a: Int)
those need to have different names on JS to be able to call them independently.