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