aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/failure1.js
blob: 6a62accf062acccc4e0eb0a9dfe31d637720db61 (plain)
1
2
3
4
5
function foo()
{
    var hello
    returm 0 // Typo
}