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

10 lines
111 B
JavaScript

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