Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KT] Always bring over the test expression in an instanceof check
Currently we statically evaluate the instanceof result if the test expression is a primitive, which is totally fine. However, we neglect the test expressions, which may have side-effects. We simply need to bring over that expression as well by utilizing a multiexpression. PiperOrigin-RevId: 718161764
- Loading branch information