3d8d92c7d3
- test data files renamed from *.jet to *.kt
5 lines
175 B
Kotlin
Vendored
5 lines
175 B
Kotlin
Vendored
//KT-762 Wrong highlighting in imports (No errors reported on unresolved imports)
|
|
import <!UNRESOLVED_REFERENCE!>aaa<!> // must be an error
|
|
|
|
fun main(args : Array<String>) {}
|