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

10 lines
108 B
JavaScript

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