(info, readonly)
| 63009 | return result; |
| 63010 | } |
| 63011 | function getIndexInfoWithReadonly(info, readonly) { |
| 63012 | return info.isReadonly !== readonly ? createIndexInfo(info.keyType, info.type, readonly, info.declaration) : info; |
| 63013 | } |
| 63014 | function createLiteralType(flags, value, symbol, regularType) { |
| 63015 | var type = createType(flags); |
| 63016 | type.symbol = symbol; |
no test coverage detected
searching dependent graphs…