aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/BaseComponent.qml
blob: bad4bf8975668c4bde5421afec0cbf9c9e466651 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Item {
    property Item baz: Item { width: 100 }
    property string bar: baz.width
}