mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-02 01:43:25 +00:00
7 lines
189 B
Text
7 lines
189 B
Text
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
Test := Window {
|
|
a: [,];
|
|
// ^error{invalid expression}
|
|
}
|