Join Slack
Powered by
Default arguments and named parameters aside, does...
# getting-started
f
Florian
09/15/2019, 9:22 AM
Default arguments and named parameters aside, does Kotlin follow the exact same rules regarding function overloading as Java?
s
Shawn
09/15/2019, 1:37 PM
one difference is that technically, you can overload based on generic types on the JVM, but you’ll have to give the function a distinct
@JvmName
f
Florian
09/15/2019, 7:57 PM
thanks
5
Views
Open in Slack
Previous
Next