summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dynamicPropertiesNested.qml
blob: cceb44bfd1c20f6bf5eb6c7eaedd48e670c5ba3c (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.7

DynamicPropertiesNestedType {
    property int a: 13
    property int b: 12

    super_a: 11
}