aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/multiExtension.qml
blob: 12b36dbb4fc7c64ad9b071ca7d706dc11901bca0 (plain)
1
2
3
4
5
6
import StaticTest

MultiExtension {
    property int t: a + b + e + p
}