aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/singleLineEmptyObjects.formatted.qml
blob: 5dfec81ef99fadb99dbc03473af31edd784b7b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import QtQuick

Item {
    id: test

    property var test: QtObject {}

    QtObject {}

    QtObject {

        property var test: QtObject {

            property int a
        }
    }
}