As Kotlin is supposed to be interoperable with Jav...
# feed
d
As Kotlin is supposed to be interoperable with Java, it would be great not to force Java programmers write Kotlin-specific code like this:
Copy code
registerCallback(() -> {
    /** do stuff */
    return Unit.INSTANCE;
})