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

8 lines
119 B
QML

pragma Strict
import TestTypes
MyType {
a: myEnumType.type === 4 ? 2 : 1
property int b: method("12", "hh")
}