(controlName: string)
| 446 | } |
| 447 | |
| 448 | private _getPath(controlName: string): string[] { |
| 449 | return this._parent ? controlPath(controlName, this._parent) : [controlName]; |
| 450 | } |
| 451 | } |
| 452 | |
| 453 | function checkParentType(parent: ControlContainer | null) { |
no test coverage detected