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

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