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
fromknot_extensionsimportis_subtype_of, static_assertclassA[T]:
passclassB(A[int]):
passstatic_assert(is_subtype_of(B, A[int])) # fails, but should pass