mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-12 21:37:01 +00:00
14 lines
681 B
Text
14 lines
681 B
Text
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
|
|
|
|
Compo1:=R{property<int b;function bb)i{}}c:=Compo1{b:self.bb
|
|
// ^error{Syntax error: expected '>'}
|
|
// ^^error{Syntax error: expected '\('}
|
|
// ^^^error{Syntax error: expected '\{'}
|
|
// ^^^^error{invalid expression}
|
|
// ^^^^^error{Syntax error: expected '\}'}
|
|
// ^^^^^^error{Parse error}
|
|
|
|
}
|
|
// ^error{Syntax error: expected ';'}
|
|
/**/
|