slint/internal/compiler/tests/syntax/fuzzing/6518.slint
2024-10-15 11:42:28 +02:00

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 ';'}
/**/