DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmlformat / data / nestedFunctions.qml
1234567891011121314
Item { function a() { function nested() {} foo(); } function b() { function nested() {} bar(); } }