aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/throw_in_property_binding.qbs
blob: fc251b1a46d300225a3e9477937e38285367a96d (plain)
1
2
3
4
5
6
7
import qbs 1.0

Product {
    name: {
        throw "something is wrong";
    }
}