aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/component.9.qml
blob: 0a185973c96511d9244a2f8fe5b4fa9ec83b1d07 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

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