aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badTemplateStringSubstitution.qml
blob: 64d6e0158d040bc24dc75ef69946b2db362ce831 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
  property int i
  property int j: `hallo ${i}`
}