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

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