aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/dynamicPropertiesNested.qml
blob: b86e89b5e7b4e924925236477643d3e0aede08c0 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

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

    super_a: 11
}