qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/multilineComment.formatted.qml

10 lines
198 B
QML

Item {
Item {}
/* This is a multiline comment.
it should stay attached to Commented instead of getting orphaned.
*/
// This should also stick to Commented
Commented {}
}