aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/validAttachedProperty.13.qml
blob: 986ab855c576e00048eafc0bc502741d625e910b (plain)
1
2
3
4
5
6
7
8
import Test 1.0

MyTypeObject {
    grouped {
        MyQmlObject.value: 10
    }
}