aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/intToEnum.qml
blob: e255f4e8f45e22df007ae38a0f791f88c593bb8a (plain)
1
2
3
4
5
6
7
pragma Strict
import TestTypes

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