Join Slack
Powered by
If you have `fun foo(a: String)` and `fun foo(a: I...
# javascript
d
diesieben07
07/17/2018, 7:10 PM
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.
Open in Slack
Previous
Next