summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml
blob: 44722a94672dd3febad75949113ab80db543c722 (plain)
1
2
3
4
5
6
7
8
import Qt 4.6
import Qt.test 1.0

MyQmlObject {
    Component.onCompleted:
        { throw(123,"JS exception") }
}