Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
SyntaxErrorInTestHighlighting.kt
blob: b654b3512f890d8d959d791ff671cfa0c5f2eaf6 [
file
]
// FIR_IDENTICAL
// dummy test of syntax error highlighting in tests
fun
get
()
{
1
+
2
<!
SYNTAX
!>
2
3
4
<!>
}