aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/unresolvedAttachedType.qml
blob: 7786aff3d2a7ee7327f7ce80eba3a6bdd06ab937 (plain)
1
2
3
4
5
import QtQuick 2.15

Flickable {
    UnresolvedAttachedType.property: QtObject {}
}