Hey guys, why is this flagged as "This cast can ne...
# getting-started
m
Hey guys, why is this flagged as "This cast can never succeed"?
Copy code
view_container.apply {
        val flexibleView = (0..childCount)
                .first { getChildAt(it) is MyObject} as MyObject
        ...
}