aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/commentsStressTest_enum.qml
blob: b0be68852c1967aeb6a760569e153e95cb333de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


import QtQml

QtObject {
    enum /**/ Hello /**/ { /**/ //
        /**/ //
        World /**/ , /**/ //
        Kitty /**/ = /**/ 33 /**/, /**/ //
        Cat /**/ //
    } /**/ //
}