// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial) Comp := Rectangle { property prop; } Test := Rectangle { Comp { prop: 45; } }