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

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