DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmlformat / data / noSuperfluousSpaceInsertions.fail_enum.formatted.qml
12345678
import QtQml QtObject { enum /**/ Hello /**/ { World /**/ , Kitty /**/ = /**/ 33 /**/ } }