// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial import { LineEdit } from "sixtyfps_widgets.60"; // ^warning{"sixtyfps_widgets\.60" was renamed "std-widgets\.slint". Use of the old file name is deprecated} Blah := Window { LineEdit {} // Not an error Button {} // Not imported // ^error{Unknown type Button} }