|
|
|
|
|
by bmc7505
3376 days ago
|
|
I was surprised to learn that in Kotlin, it is possible to disambiguate overloaded functions based only on their return type. I had no idea the JVM even supports such semantics. [1] [1]: http://stackoverflow.com/q/42916801/1772342 |
|