aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/unresolvedArrayBinding.qml
blob: 5f099f3a554a2411b2e0419714d652c98133c073 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick

Item {
    states : [
        foo{},
        bar {},
        State {},
        foo {}
    ]
}