aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/arrowFunctions.qml
blob: e4bc1f67473066b6a3aeebdb2b3138a51814f64e (plain)
1
2
3
4
5
Item {
    arrow1: (x) => x
    arrow2: (x) => x + x
    arrow3: () => x > 3 ? x * x : x
}