aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/lowerCaseQualifiedImport.qml
blob: 14c716c35d92d37cba3615babc6c07fe7d0438c6 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick as test

test.Rectangle { // crashed qqmljsimportvisitor
    id: mainRect
    width: 100
    height: 100
    visible: true
    rotation: 11
}