summaryrefslogtreecommitdiff
path: root/tests/auto/language/testdata/erroneous/throw_in_property_binding.qbs
blob: 88deb2299d46a783cf343f63e33e394e15abc7e3 (plain)
1
2
3
4
5
Product {
    name: {
        throw "something is wrong";
    }
}