aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/filesOption/valid2.formatted.qml
blob: a995f0479f0f343317fb9553ac1ea3e5c71a0f8c (plain)
1
2
3
4
5
6
7
8
9
10
// 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() {
    }
}