aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/modules/data/completions/Zzz.qml
blob: 165ea46394ee1cb2a0e9f9994ee4f6b43eacfc39 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.11

Item {
    id: zzz
    height: 333

    Rectangle {
        width: zzz.height
    }
}