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

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