function abc(test: T): T { return test; } const result = abc.call({}, \'hello\');
Given something like the above, I\'m see