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

Result {
    property real nan: Number.NaN
    property bool flag: true
    property real subresult: nan && flag

    result: isNaN(subresult)
}