Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
SyntaxErrorInTestHighlighting.kt
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 */