mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-12 21:37:01 +00:00
10 lines
237 B
Text
10 lines
237 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{expected '\)'}
|
|
//^^^error{expected ':'}
|