chris-horner
08/28/2017, 2:16 AMfun onAttach(view: View) {
require(view is HomeView)
// No smart cast from View to HomeView.
}
Is this something that should be supported? If so and a PR is welcome, where abouts in the source should I be looking for smart cast stuff?kirillrakhman
08/28/2017, 6:39 AMsnrostov
08/31/2017, 9:26 AMkirillrakhman
08/31/2017, 12:18 PMsnrostov
08/31/2017, 3:18 PM