summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.9.qml
blob: 99c4a5caf5197ddfe639103db5b41f4d7834a884 (plain)
1
2
3
4
5
6
7
import Test 1.0
import Qt 4.6

Object {
    MadeUpClass.foo: 10
}