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

QtObject {
    property bool test: Test.test
}