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

2 lines
91 B
JavaScript

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