summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/nestedErrors.qml
blob: bbd05a1ffb12709b8d28fcf53bdf35e15bdf25c3 (plain)
1
2
3
4
5
6
import QtQuick 1.0

Item {
    NestedErrorsType {}
}