### Describe the Bug ``` from typing import Any def f(x: type[tuple[Any, ...]]): return x() # Expected a callable, got type[tuple[Any, ...]] ``` I'd expect pyrefly to report no error in this code. ### Sandbox Link https://pyrefly.org/sandbox/?code=GYJw9gtgBALgngBwJYDsDmUkQWEMoCCKcAUCQCYCmwUwAFAB4BcsilA2jAK4IA2HROABooAOnEBdCQEomJKAqghK3ECigM60oA ### (Only applicable for extension issues) IDE Information _No response_