blob: 04cef64d5421e145868ce0cdb325e4d5f92412b4 [file] [log] [blame]
import QtQuick 2.15
Item {
component Outer : Item {
component Inner : Item {}
}
}