aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/preserveBindingWithUnresolvedNames.qml
blob: a57bafb07b63779c1504df8452e6fe6c4ab582b8 (plain)
1
2
3
4
import QtQml 2.0
QtObject {
    property string testTypeOf: typeof(contextProp)
}