blob: 5aa05784ffd4041382969f9f01441d2f50b04250 [file]
// RUN_PIPELINE_TILL: FRONTEND
// dummy test of syntax error highlighting in tests
fun get() {
1 + 2 <!SYNTAX!>2 3 4<!>
}
/* GENERATED_FIR_TAGS: functionDeclaration, integerLiteral */