mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
21 lines
282 B
Text
21 lines
282 B
Text
// comment
|
|
|
|
// line comment
|
|
SuperSimple := Rectangle {
|
|
/* block comment */
|
|
color: green;
|
|
|
|
//comment
|
|
|
|
/* block comment
|
|
on several
|
|
lines
|
|
*/
|
|
color: /* . */ blue;
|
|
// ^error{Duplicated property}
|
|
}
|
|
|
|
/* another comment
|
|
here*/
|
|
|
|
// this is a comment
|