so if I have something like : fun <T : View&gt...
# android
f
so if I have something like : fun <T : View> View.findViewBy(id: Int) : T? = findViewById(id) as? T it still shows a cast warning, I realise the logic behind but still if I’ve got the unsafe cast, the compiler shouldn’t worry about it right?