aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/invalidInterceptor.qml
blob: e648e9f9bb1ad60e4725f7d87a563be452079f8b (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Image {
    transform: Rotation {
        angle: 6
        Item on angle {}
    }
}