summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_20648.qml
blob: 40f21ef737477c1dfe6f9eb8c25035acdfd088ab (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

QtObject {
    property bool hd: true

    property real test: ((hd ? 100 : 20) + 0)
}