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

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

}