Browse Source
Fix `isAssignable` for `ResolvableType.forRawClass` so that it can be used with types backed by a `TypeVarible`. Prior to this commit the rawClass value was used, which wouldn't always work. Closes gh-23321pull/23837/head
2 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue