aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.qml
blob: 0f972d5459a136a515b5100332752ebeef37782b (plain)
1
2
3
4
5
6
import "qtbug_21864.js" as Test
import QtQuick 2.0

QtObject {
    property bool test: Test.test
}