A derived type that uses import as syntax. More...
| Import Statement: | import TestModule 1.0 |
| Inherits: |
This type demonstrates the bug where QDoc fails to generate proper links for types referenced through module aliases.
import TestModule as TM TM.BaseType { title: "Derived" }
The above code should properly link BaseType, even when accessed through the TM alias.
Calls the base type's method.