Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt762.kt
T

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() {}