(visitor: TypeVisitor, context: any)
| 81 | this.valueType = valueType || null; |
| 82 | } |
| 83 | override visitType(visitor: TypeVisitor, context: any): any { |
| 84 | return visitor.visitMapType(this, context); |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | export class TransplantedType<T> extends Type { |
no test coverage detected