aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/undefined_stringlist_element.qbs
blob: 8e33cd763f6e4f4b345090d8561e9d0726640001 (plain)
1
2
3
4
Product {
    property string blubb
    files: ["foo", blubb, "bar"]
}