3d8d92c7d3
- test data files renamed from *.jet to *.kt
9 lines
123 B
Kotlin
9 lines
123 B
Kotlin
//KT-1955 Half a file is red on incomplete code
|
|
|
|
package b
|
|
|
|
fun foo() {
|
|
val <!UNUSED_VARIABLE!>a<!> = 1<!SYNTAX!><!>
|
|
|
|
|