qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/simpleOnelinerJSFunc.format...

5 lines
46 B
JavaScript

function f() {
let a = 0;
return a;
}