aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/dynamicGroupPropertyRejected.qml
blob: 2fffea25c6dc9156b967fac7a130a375dca5847e (plain)
1
2
3
4
5
import Test

DerivedFromUnexposedBase {
    dynamic.value: "This should fail"
}