aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badAliasExpression.qml
blob: 655509c78348d2ce3594b91a61cc913435907491 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    id: self
    property alias name: self.objectName + 5
}