is it crazy time? ```// prefix not-null check with...
# announcements
a
is it crazy time?
Copy code
// prefix not-null check with !!expr
inline operator fun Any?.not() = this == null
(Don't try this at home. Or in production. Or anywhere else)