(classDeclaration)
| 138428 | } |
| 138429 | } |
| 138430 | function hasOwnConstructor(classDeclaration) { |
| 138431 | return !!getClassConstructorSymbol(classDeclaration.symbol); |
| 138432 | } |
| 138433 | function findInheritedConstructorReferences(classDeclaration, state) { |
| 138434 | if (hasOwnConstructor(classDeclaration)) |
| 138435 | return; |
no test coverage detected