aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser/data/typeannotations/parametrized.qml
blob: d80b5e3f87066378417cd77c9b42b56a53c4c515 (plain)
1
2
3
4
5
import QtQuick 2.0 as MyQuick
MyQuick.Item {
    function factory() : list<MyQuick.Item> {
    }
}