aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/undefinedToDouble.qml
blob: e76443a2e0ec09fc5ca94a7a1a1d53d4dcb73258 (plain)
1
2
3
4
5
6
pragma Strict
import QtQml

QtObject {
    property double d: Math.max(undefined, 40)
}