aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/domdata/domitem/commaExpression.qml
blob: c6576b5dadf569290688c5a371e97cdc9a8f8aad (plain)
1
2
3
4
5
6
7
8
import QtQuick

Item {
    function f(a, b, c) {
        a, b, c;
    }

}