Files
kotlin/compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlighting.fir.kt

6 lines
96 B
Kotlin
Vendored

// dummy test of syntax error highlighting in tests
fun get() {
1 + 2 <!SYNTAX!>2 3 4<!>
}