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