// Test for #26758 function foo(t: T) { t === "a"; // Should be allowed t === "x"; // Should be error }