aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/arrayEndComma.formatted.qml
blob: 8ae4dd7c884b0ef09a1c2f1e8acff217278d5d2f (plain)
1
2
3
4
Item {
    // should keep its comma
    property var some_array_literal: [30, 20, 0.3,]
}