aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/invalid_property_type.qbs
blob: b9b3927367ff7b74d6bf0346d292edccda54dde6 (plain)
1
2
3
4
5
import qbs

Product {
    property nonsense esnesnon
}