aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dynamicPropertiesNested.qml
blob: 64848fe8b657463f5e6f28d606f4057dbc01fe10 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

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

    super_a: 11
}