aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/component.9.qml
blob: 17824b4ede245348ebb1b2ffb3e5aa964e5dfbf6 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

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