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

Result {
    property string s: ""
    property bool flag: true
    property string subresult: s && flag

    result: subresult === ""
}