slint/internal/compiler/tests/syntax/imports/import_builtin.slint
2023-07-10 10:12:11 +02:00

6 lines
No EOL
393 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
// Even if that file exist in the style, it shouldn't be loaded
import { StyleMetrics } from "std-widgets-impl.slint";
// ^error{Cannot find requested import "std-widgets-impl.slint" in the include search path}