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

Component {
    function a() {}
    QtObject {}
}