aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/threeFunctionsOneLine.js
blob: 648591f2215380ce6a271e267ce66bdee2575a26 (plain)
1
function one() {var a=1;}function two(a, b) {console.log(a,b);}function three(c){var a=c;}