string): string {
return a;
}
function g(a: string | null) {
return f(a);
}
g(null);
Strict null checks не включен?
Обсуждают сегодня