We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c896e5 commit b3f85feCopy full SHA for b3f85fe
crates/ty_python_semantic/resources/mdtest/generics/specialize_constrained.md
@@ -253,6 +253,8 @@ class Sub(Base): ...
253
@final
254
class Unrelated: ...
255
256
+# fmt: off
257
+
258
def mutually_bound[T: Base, U]():
259
# revealed: ty_extensions.Specialization[T@mutually_bound = Base, U@mutually_bound = object]
260
reveal_type(generic_context(mutually_bound).specialize_constrained(ConstraintSet.always()))
0 commit comments