aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badTemplateStringSimple.qml
blob: 21c98943f238987b3e46a550b43a4d067a95fbe6 (plain)
1
2
3
4
5
import QtQml

QtObject {
  property int i: `hallo`
}