aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/conflicting-properties-in-export-items.qbs
blob: 021dc786ba1cdab929f39266e52c604ed65582a7 (plain)
1
2
3
4
5
6
7
import qbs

ParentWithExport {
    Export {
        property string theProp
    }
}