slint/internal/compiler/tests/syntax/imports/just_import.slint
Olivier Goffart 875d20f1ac Add test for deprecated import
Should have been part of a0dd978f8a
2024-07-03 16:44:31 +02:00

6 lines
349 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
import { SomeRect } from "../../typeloader/incpath/local_helper_type.slint";
//^warning{No component is exported. The last imported component 'SomeRect' will be used. This is deprecated}