aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/data/posthocrequired.qml
blob: 3b32d9fe8f9f8a4e5d76fc91513e54f2819f378f (plain)
1
2
3
4
5
import QtQuick 2.15

Item {
    required x
}