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<!>
|
|
}
|