(childNode: BaseRRNode)
| 84 | } |
| 85 | |
| 86 | appendChild(childNode: BaseRRNode) { |
| 87 | return super.appendChild(childNode); |
| 88 | } |
| 89 | |
| 90 | insertBefore(newChild: BaseRRNode, refChild: BaseRRNode | null) { |
| 91 | return super.insertBefore(newChild, refChild); |
no test coverage detected