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

QtObject {
    property bool c: Qt.red > 4
    property bool d: Qt.red < 2
}