summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/property.3.qml
blob: 1b14b8680bfa62536ffd50819ea0e2d987261859 (plain)
1
2
3
4
5
6
7
import Qt 4.6

Object {
    property invalidmodifier<Object> a;
}