qtdeclarative/tests/auto/qml/qmllint/data/failure1.qml

6 lines
56 B
QML

import QtQuick 1.0
Item {
id root # // Missing :
}