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

Result {
    property int n: 2
    result: !n ? 100 : 0
}