summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/scriptErrors.js
blob: 4f16ef4e822036a225ac728fe4a9523a98c264ae (plain)
1
2
3
4
// Comment
a = 10

function getValue() { a = 10; return 0; }