22fc90e5a1
In short, the problem is some platform libraries contain invalid Kotlin code. Specifically, some classes may inherit multiple members with default implementations, but do not define an explicit override, like `UIView.bounds`. Since we can't refactor platrofm libraries just now, we want to treat such properties as abstract. ^KT-65866 Fixed ^KT-65855