aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/aliasToList.qml
blob: 890bb9eedad5dcc5bda85c69cee21df19ce609f1 (plain)
1
2
3
4
5
6
import QtQuick 2.15

AliasListType {
        Item {}
        Item {}
}