mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-17 15:56:03 +00:00
9 lines
244 B
Text
9 lines
244 B
Text
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
TestCase := Window {
|
|
if () :
|
|
// ^error{invalid expression}
|
|
|
|
}
|
|
// ^error{Syntax error: expected Identifier}
|