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

Component {
    property int a
    QtObject {}
}