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

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