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