aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/AliasBindingsAssignCorrectlyType.qml
blob: e8e108fa44e0e5939fd7c032bb594ca3af269f1b (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

QtObject {
    id: root

    property real realProperty
    property alias aliasProperty: root.realProperty
}