aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badAttached.qml
blob: 93d64ec8ae801572e977dbb297760eafd00b8bd8 (plain)
1
2
3
4
5
import QtQml

QtObject {
    WrongAttached.foo: "bar"
}