blob: 6c7e8806e64fcb6969c91ae6291379637b32422c [file] [log] [blame]
import QtQuick 2.0
import "qtbug_11600.js" as Test
QtObject {
id: goo
property bool test: undefined == goo.Test
}