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

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