don't format!

This commit is contained in:
Douglas Creager 2025-11-17 17:15:59 -05:00
parent 9c896e5095
commit b3f85fee30

View file

@ -253,6 +253,8 @@ class Sub(Base): ...
@final
class Unrelated: ...
# fmt: off
def mutually_bound[T: Base, U]():
# revealed: ty_extensions.Specialization[T@mutually_bound = Base, U@mutually_bound = object]
reveal_type(generic_context(mutually_bound).specialize_constrained(ConstraintSet.always()))