DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.15%2Bdfsg-3 / tests / auto / qml / qmlformat / data / nestedFunctions.qml
1234567891011121314
Item { function a() { function nested() {} foo(); } function b() { function nested() {} bar(); } }