9 lines
101 B
Kotlin
Vendored
9 lines
101 B
Kotlin
Vendored
//KT-1955 Half a file is red on incomplete code
|
|
|
|
package b
|
|
|
|
fun foo() {
|
|
val a = 1<!SYNTAX!><!>
|
|
|
|
|