aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/lambdaWithIfElse.js
blob: aaf731e5f0f293f3e3260841561ed98f7ddedff0 (plain)
1
var f = function(){if(true){ console.log("true");} else {console.log("false");}}