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