6 lines
96 B
Kotlin
Vendored
6 lines
96 B
Kotlin
Vendored
// dummy test of syntax error highlighting in tests
|
|
|
|
fun get() {
|
|
1 + 2 <!SYNTAX!>2 3 4<!>
|
|
}
|