slint/sixtyfps_compiler/tests/basic/comments.60
2020-06-08 10:40:02 +02:00

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