mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
// dummy test of syntax error highlighing in tests
|
|
|
|
fun get() {
|
|
1 + 2 <!SYNTAX!>2 3 4<!>
|
|
}
|