(self)
| 14 | self.fx = TypeFixture() |
| 15 | |
| 16 | def test_empty_input(self) -> None: |
| 17 | self.assert_solve([], [], []) |
| 18 | |
| 19 | def test_simple_supertype_constraints(self) -> None: |
| 20 | self.assert_solve([self.fx.t], [self.supc(self.fx.t, self.fx.a)], [self.fx.a]) |
nothing calls this directly
no test coverage detected