aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/data/qtbug_53431.qml
blob: 2ceee2badefa9b548149c9de58c9244ab7af00a5 (plain)
1
2
3
4
5
6
7
import QtQml 2.0
QtObject {
    property int value: {
        console.log("lookup in global object")
        return 1
    }
}