aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/filesOption/valid2.qml
blob: f2cb636c004ce3f6687aa902792ad86ba85edf8d (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQml

QtObject {
        property int a
                function aa()   {}
}