Error in class parsing with repetive classes

Hi,

This UX does not compile:

<App>
    <Panel ux:Class="Rep.Under.Low.Panel">
        <Rep.Under.Low.Rep.Under.Text />
    </Panel>
    <Panel ux:Class="Rep.Under.Low.Rep.Under.Text">
        <Text Value="Teksten" />
    </Panel>
</App>

Error:

build/Local/Preview/cache/ux11/Rep.Under.Low.Panel.g.uno(16.38): E3111: Rep.Under.Low.Rep.Under does not contain type or namespace 'Low'. Could you be missing a package reference?

Thanks for the report Bjørn-Olav! I’ve logged an issue for this.