@deprecated
(typeParameters, parameters, type)
| 23589 | } |
| 23590 | /** @deprecated */ |
| 23591 | function createConstructorTypeNode2(typeParameters, parameters, type) { |
| 23592 | return createConstructorTypeNode1(/*modifiers*/ undefined, typeParameters, parameters, type); |
| 23593 | } |
| 23594 | // @api |
| 23595 | function updateConstructorTypeNode() { |
| 23596 | var args = []; |
nothing calls this directly
no test coverage detected