aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/domdata/domitem/unaryExpressions/delete.qml
blob: 39063b8c2f54394cacf7e4c35f36b2e87b3736f4 (plain)
1
2
3
4
5
6
7
import QtQuick 2.15

Item {
    function f(a) {
        delete a;
    }
}