mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00
10 lines
263 B
Text
10 lines
263 B
Text
// Copyright © SixtyFPS GmbH <info@sixtyfps.io>
|
|
// SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)
|
|
|
|
TestCase := Window {
|
|
if //
|
|
Foo { }
|
|
// ^error{expected ':'}
|
|
// ^^error{Parse error}
|
|
}
|
|
//^error{expected Identifier}
|