blob: 4b19b1169966dfc1a849a6de976a7b8e4df0a01f [file] [log] [blame]
import QtQuick 2.0
QtObject {
property variant nested
nested: QtObject {}
}