``` ts 'x'.substr(1, 2, 3); ``` Gives you this: > error TS2346: Supplied parameters do not match any signature of call target This is unhelpful. We should elaborate with an error about arity.
Gives you this:
This is unhelpful. We should elaborate with an error about arity.