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

Result {
    property bool flag: true

    result: (null && flag) == null
}