DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src-gles / 5.15.17%2Bdfsg-1 / tests / auto / qml / qmlformat / data / nestedFunctions.formatted.qml
12345678910111213141516
Item { function a() { function nested() { } foo(); } function b() { function nested() { } bar(); } }