aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badPropertyType.qml
blob: 97484ea0bbe32976b88fe8505fcd55e1765affc7 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    property badtype bad
    bad: "abc"
}