mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 12:54:45 +00:00
10 lines
259 B
Text
10 lines
259 B
Text
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
TestCase := Window {
|
|
if //
|
|
Foo { }
|
|
// ^error{expected ':'}
|
|
// ^^error{Parse error}
|
|
}
|
|
//^error{expected Identifier}
|