aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/invalid-parameter-rhs.qbs
blob: 75dc83b3e4656b8362c022c43c8ff1322170b42a (plain)
1
2
3
4
5
6
7
import qbs

Product {
    Depends { name: "prefix2.suffix" }
    Depends { name: "readonly"; prefix2.suffix.nope: access.will.fail }
}