DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmlformat / data / threeFunctions.formattedW2.js
123456789
function one() { var a = 1; } function two(a, b) { console.log(a, b); } function three(c) { var a = c; }