aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/codemodel/ecmascript7/samples/basic/arrow-functions.js
blob: d63e5e96351d26221bb2c864d5e9d399abccd972 (plain)
1
2
3
4
5
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

var f = (x, y) => { return x + y; }