import QtQuick
Item {
property alias dummy: inner.i
property alias aai: middle.ai
id: middle
property alias ai: inner.i
id: inner
property int i: 0
}