`o?.let { it::class.java }` is way uglier than `o?...
# announcements
k
o?.let { it::class.java }
is way uglier than
o?.javaClass