aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/multilineComment.formatted.qml
blob: 46e3e963ead5099e81aceda9ef83a545dbf6af73 (plain)
1
2
3
4
5
6
7
8
9
Item {
    Item {}

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