3d8d92c7d3
- test data files renamed from *.jet to *.kt
6 lines
95 B
Kotlin
Vendored
6 lines
95 B
Kotlin
Vendored
// dummy test of syntax error highlighing in tests
|
|
|
|
fun get() {
|
|
1 + 2 <!SYNTAX!>2 3 4<!>
|
|
}
|