You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add unchecked marks for technically unsafe type tests
`Tree` here is `tpd.Tree` and we're checking against
`tpd.Tree | (Context => tpd.Tree)`. Because `Function1` is a trait, we
cannot rule out that there exists some subclass of `Tree` which extends
it and is not a `tpd.Tree`.
The unchecked warning started appearing after the first commit in this PR.
0 commit comments