I'm not smarter than <@U10EJRH2L> but if you use s...
# announcements
b
I'm not smarter than @Ruckus but if you use something like
Copy code
inline fun <reified T> baz(foobar: Any?) {
                (foobar as? T)?.let {}
}
it should work that safe cast
🎉 1
🧌 1