aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/functionInGroupedProperty.qml
blob: 22564d14ced79c384bbecd67d06a612d04974839 (plain)
1
2
3
4
5
6
7
8
import QtQml

QtObject {
    property rect rect
    rect {
        function whatever() {}
    }
}