aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/v4/data/logicalAnd.4.qml
blob: fbcee916998206b1bebd3f271f1ab6d6fc77fb1b (plain)
1
2
3
4
5
6
7
8
import Qt.v4 1.0

Result {
    property string s: "foo"
    property bool flag: true

    result: (!flag && s) == false
}