The pattern context type schema for cast patterns will be changed from
Object? to
_ (the unknown type), to align with the specification.
This is a minor correction to the compiler's type inference algorithm, and it's not expected to affect any user code in practice. However, it is theoretically possible that it will cause a breakage, by affecting the implicit types that are filled in by type inference.
Thank you!
Paul