== should emit type arguments in typeof expressions ==
function getCtor(): typeof MyClass<Foo>;

[expect]
function getCtor(): typeof MyClass<Foo>;
