aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/nonExistingICUser1.qml
blob: a07a6a9838077e31cb75642704f9ebf355b2ed37 (plain)
1
2
3
4
5
import QtQuick 2.15

Item {
    property InlineComponentProvider.NonExisting myProp
}