aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/exceptionProducesWarning2.qml
blob: c197ef8335030d8ee65d436ec110c746fd66eb11 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0
import Qt.test 1.0

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