aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/sameNameAliasProperty.qml
blob: 288fd618a6a87590e6fcfdf83e0b9db986f85761 (plain)
1
2
3
4
5
6
7
import QtQml 2.15

QtObject {
    id: root
    property int a
    property alias a: root.a
}