aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/unknownTypeInRegister.qml
blob: 72902d292b8ddb668a392056aff71744215a1d30 (plain)
1
2
3
4
5
6
7
import QtQuick

ListModel {
    function foo(index) {
        move(index, 1, 1);
    }
}