Closed effectfully closed 3 months ago
This replaces HasConstantIn constraints with KnownBuiltinTypeIn ones as we use the latter everywhere else. Just a quick refactoring for consistency. I've also downscaled a few slow tests.
HasConstantIn
KnownBuiltinTypeIn
This replaces
HasConstantIn
constraints withKnownBuiltinTypeIn
ones as we use the latter everywhere else. Just a quick refactoring for consistency. I've also downscaled a few slow tests.