summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/localOrderTest.qml
blob: bdb137562167e36bd2e317781410425440352e2c (plain)
1
2
3
4
5
6
7
import QtQuick 1.0
import com.nokia.installedtest 1.0

LocalLast2 {
    property Item item: LocalLast {}
}