1 2 3 4 5 6 7
import QtQuick 2.0 Item { id: root property bool test1: "x" in root property bool test2: !("foo" in root) }