TS: Fix a typos and leftover todo

This commit is contained in:
Asger F
2019-11-19 14:55:04 +00:00
parent 01ab8f07eb
commit ec8ced7963
3 changed files with 5 additions and 6 deletions

View File

@@ -2618,7 +2618,7 @@ class CallSignatureType extends @signature_type {
/**
* Holds if this signature declares a rest parameter, such as `(x: number, ...y: string[])`.
*/
predicate hasRestParameter() { signature_rest_parameter(this, _) } // TODO
predicate hasRestParameter() { signature_rest_parameter(this, _) }
/**
* Gets the type of the rest parameter, if any.