aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/setPropertyOnUndefined.qml
blob: 6655c47e5f4aa033740e8ef0b23c6a6379e77a6f (plain)
1
2
3
4
5
import QtQuick 2.2

QtObject {
    Component.onCompleted: undefined.bug = 0
}