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

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

    super_a: 11
}