5 lines
155 B
Kotlin
Vendored
5 lines
155 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() {}
|