aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/assignNonExistingTypeToVarProp.qml
blob: dae699fae53eb8baf519acc84d7850426abd5e87 (plain)
1
2
3
4
5
6
import QtQuick

ListView {
    // model is a QVariant, so we can theoretically assign anything to it
    model: NonExistingType {}
}