Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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
<!>
}