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

class MyClass
{
}