()
| 259 | |
| 260 | class DemoRoot extends LitElement { |
| 261 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 262 | return this |
| 263 | } |
| 264 | |
| 265 | render() { |
| 266 | return html` |
nothing calls this directly
no outgoing calls
no test coverage detected