tests/auto/declarative/qdeclarativeecmascript/data/scriptErrors.js
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:10:48 +0300
changeset 30 5dc02b23752f
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

// Comment
a = 10

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