[red-knot] is_subtype_of
-transitivity violation
#14925
Labels
red-knot
Multi-file analysis & type inference
is_subtype_of
-transitivity violation
#14925
Found by running the property tests on
main
.We currently have
type[str] <: type
andtype <: ~None
, but nottype[str] <: ~None
.The text was updated successfully, but these errors were encountered: