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

11 lines
199 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 {}
}