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