Open Wilfred opened 2 years ago
function foo<T>(): T where T super string { return "foo"; }
Currently where is treated as the name of a type.
where
Currently
where
is treated as the name of a type.