(s)
| 57647 | } |
| 57648 | } |
| 57649 | function isStaticPrivateIdentifierProperty(s) { |
| 57650 | return !!s.valueDeclaration && ts.isPrivateIdentifierClassElementDeclaration(s.valueDeclaration) && ts.isStatic(s.valueDeclaration); |
| 57651 | } |
| 57652 | function resolveDeclaredMembers(type) { |
| 57653 | if (!type.declaredProperties) { |
| 57654 | var symbol = type.symbol; |
no outgoing calls
no test coverage detected