Join Slack
Powered by
The deprecated `other?.javaClass` is replaced with...
# eap
k
kirillrakhman
02/17/2017, 3:05 PM
The deprecated
other?.javaClass
is replaced with
other?.let { it::class.java }
. Semantically correct but it looks so unwieldy.
2
Views
Open in Slack
Previous
Next