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

16 lines
223 B
QML

Item {
property var test: [
{
// Testing
"foo": "bar"
}
]
onTestChanged: {
fooBar(test, {
// Testing
"foo": "bar"
});
}
}