DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3 / tests / auto / declarative / qdeclarativeecmascript / data / qtbug_11600.qml
12345678
import QtQuick 1.0 import "qtbug_11600.js" as Test QtObject { id: goo property bool test: undefined == goo.Test.foo }