qtdeclarative/tests/auto/qml/qmlcppcodegen/data/undefinedToDouble.qml

7 lines
88 B
QML

pragma Strict
import QtQml
QtObject {
property double d: Math.max(undefined, 40)
}