aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/TypeWithUnknownPropertyType.qml
blob: dd53e414cc35695f0f443fb1c250fe66dab5eadb (plain)
1
2
3
4
5
import QtQuick 2.12

Item {
    required property Something foo
}