(controlName: string)
| 419 | } |
| 420 | |
| 421 | private _getPath(controlName: string): string[] { |
| 422 | return this._parent ? controlPath(controlName, this._parent) : [controlName]; |
| 423 | } |
| 424 | } |
| 425 | |
| 426 | function checkParentType(parent: ControlContainer | null) { |
no test coverage detected