summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/exceptionProducesWarning2.qml
blob: 44e10c1ae0362e0a427bd296e62912ea9923f8a1 (plain)
1
2
3
4
5
6
7
import Qt 4.6
import Qt.test 1.0

MyQmlObject {
    value: { throw(new Error("JS exception")) }
}