qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/threeFunctions.formattedFun...

12 lines
114 B
JavaScript

function one() {
var a=1;
}
function two(a, b) {
console.log(a,b);
}
function three(c) {
var a=c;
}