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

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

    result: (s && flag) == ""
}