qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/nestedFunctions.formatted.qml

14 lines
150 B
QML

Item {
function a() {
function nested() {}
foo();
}
function b() {
function nested() {}
bar();
}
}