Skip to content

Commit b3f85fe

Browse files
committed
don't format!
1 parent 9c896e5 commit b3f85fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ty_python_semantic/resources/mdtest/generics/specialize_constrained.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ class Sub(Base): ...
253253
@final
254254
class Unrelated: ...
255255

256+
# fmt: off
257+
256258
def mutually_bound[T: Base, U]():
257259
# revealed: ty_extensions.Specialization[T@mutually_bound = Base, U@mutually_bound = object]
258260
reveal_type(generic_context(mutually_bound).specialize_constrained(ConstraintSet.always()))

0 commit comments

Comments
 (0)