aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/typePropertyAccess.qml
blob: 80913806f7a1c3d8781eebf92cbd3423904a1a8c (plain)
1
2
3
4
5
6
import QtQml
import QmlBench

QtObject {
    property real x: Locals.realProp
}