qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/arrayEndComma.qml

9 lines
120 B
QML

Item {
// should keep its comma
property var some_array_literal: [
30,
20,
0.3,
]
}