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

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